summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2017-03-25 13:34:20 -0400
committerAndrew Morrow <acm@mongodb.com>2017-03-29 09:01:34 -0400
commit73b7ae2efdc3d996b1b9bda5ea6ac44fa0e81311 (patch)
tree780c7122eb244d3280e79e50c799215a28c9b23e /src/mongo/util
parente9e806ee1f03b8328bb689ac0ce66625d16a59ee (diff)
downloadmongo-73b7ae2efdc3d996b1b9bda5ea6ac44fa0e81311.tar.gz
SERVER-27458 SERVER-28322 Remove outdated builders
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/resource_constants.h.in2
-rw-r--r--src/mongo/util/version_impl.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/util/resource_constants.h.in b/src/mongo/util/resource_constants.h.in
index 729f4bd4d82..fdd42d224ee 100644
--- a/src/mongo/util/resource_constants.h.in
+++ b/src/mongo/util/resource_constants.h.in
@@ -51,8 +51,6 @@
#if (NTDDI_VERSION >= NTDDI_WIN7)
#define MONGO_PRODUCT_WINDOWS_VERSION "Windows 7/Windows Server 2008 R2";
-#elif (NTDDI_VERSION >= NTDDI_VISTA)
- #define MONGO_PRODUCT_WINDOWS_VERSION "Windows Vista/Windows Server 2008";
#else
#error This targeted Windows version is not supported
#endif // NTDDI_VERSION
diff --git a/src/mongo/util/version_impl.cpp b/src/mongo/util/version_impl.cpp
index e9226ac6f24..e1e891f83c1 100644
--- a/src/mongo/util/version_impl.cpp
+++ b/src/mongo/util/version_impl.cpp
@@ -83,8 +83,6 @@ public:
#if defined(_WIN32)
#if (NTDDI_VERSION >= NTDDI_WIN7)
return "Windows 7/Windows Server 2008 R2";
-#elif (NTDDI_VERSION >= NTDDI_VISTA)
- return "Windows Vista/Windows Server 2008";
#else
#error This targeted Windows version is not supported
#endif // NTDDI_VERSION