summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/PlatformInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/PlatformInfo.cpp')
-rw-r--r--cpp/src/IceGrid/PlatformInfo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/PlatformInfo.cpp b/cpp/src/IceGrid/PlatformInfo.cpp
index aae69f0d2c1..fc7e421159d 100644
--- a/cpp/src/IceGrid/PlatformInfo.cpp
+++ b/cpp/src/IceGrid/PlatformInfo.cpp
@@ -266,11 +266,7 @@ PlatformInfo::PlatformInfo(const string& prefix,
switch(sysInfo.wProcessorArchitecture)
{
-#if defined(_MSC_VER) && (_MSC_VER < 1300)
- case 9: // PROCESSOR_ARCHITECTURE_AMD64
-#else
case PROCESSOR_ARCHITECTURE_AMD64:
-#endif
_machine = "x64";
break;
case PROCESSOR_ARCHITECTURE_IA64: