Skip to content

Commit

Permalink
JDK-8340623
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Sep 23, 2024
1 parent 0f253d1 commit 3415143
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/java.base/windows/native/libjava/java_props_md.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ cpu_isalist(void)
SYSTEM_INFO info;
GetSystemInfo(&info);
switch (info.wProcessorArchitecture) {
#ifdef PROCESSOR_ARCHITECTURE_IA64
case PROCESSOR_ARCHITECTURE_IA64: return "ia64";
#endif
#ifdef PROCESSOR_ARCHITECTURE_AMD64
case PROCESSOR_ARCHITECTURE_AMD64: return "amd64";
#endif
Expand Down

0 comments on commit 3415143

Please sign in to comment.