[libcxx] [test] Update msvc_stdlib_force_include.hpp.
authorStephan T. Lavavej <stl@exchange.microsoft.com>
Fri, 11 May 2018 23:57:32 +0000 (23:57 +0000)
committerStephan T. Lavavej <stl@exchange.microsoft.com>
Fri, 11 May 2018 23:57:32 +0000 (23:57 +0000)
llvm-svn: 332159

libcxx/test/support/msvc_stdlib_force_include.hpp

index d9995f7..232f522 100644 (file)
@@ -55,10 +55,6 @@ const AssertionDialogAvoider assertion_dialog_avoider{};
     #define __has_attribute(X) _MSVC_HAS_ATTRIBUTE_ ## X
     #define _MSVC_HAS_ATTRIBUTE_vector_size     0
 
-    #ifdef _NOEXCEPT_TYPES_SUPPORTED
-        #define __cpp_noexcept_function_type    201510
-    #endif // _NOEXCEPT_TYPES_SUPPORTED
-
     // Silence compiler warnings.
     #pragma warning(disable: 4180) // qualifier applied to function type has no meaning; ignored
     #pragma warning(disable: 4324) // structure was padded due to alignment specifier