From 73b7ae2efdc3d996b1b9bda5ea6ac44fa0e81311 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Sat, 25 Mar 2017 13:34:20 -0400 Subject: SERVER-27458 SERVER-28322 Remove outdated builders --- src/mongo/util/version_impl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mongo/util/version_impl.cpp') 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 -- cgit v1.2.1