diff --git a/test/sp_nothrow_test.cpp b/test/sp_nothrow_test.cpp index e74f286..a63f191 100644 --- a/test/sp_nothrow_test.cpp +++ b/test/sp_nothrow_test.cpp @@ -8,16 +8,6 @@ // http://www.boost.org/LICENSE_1_0.txt // -#include - -#if defined( BOOST_NO_CXX11_HDR_TYPE_TRAITS ) - -int main() -{ -} - -#else - #include #include #include @@ -85,5 +75,3 @@ int main() return boost::report_errors(); } - -#endif // #if defined( BOOST_NO_CXX11_HDR_TYPE_TRAITS )