We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88801ca commit 9176f68Copy full SHA for 9176f68
src/java.base/windows/native/libjava/java_props_md.c
@@ -233,9 +233,6 @@ cpu_isalist(void)
233
SYSTEM_INFO info;
234
GetSystemInfo(&info);
235
switch (info.wProcessorArchitecture) {
236
-#ifdef PROCESSOR_ARCHITECTURE_IA64
237
- case PROCESSOR_ARCHITECTURE_IA64: return "ia64";
238
-#endif
239
#ifdef PROCESSOR_ARCHITECTURE_AMD64
240
case PROCESSOR_ARCHITECTURE_AMD64: return "amd64";
241
#endif
0 commit comments