diff --git a/test/sp_unordered_test.cpp b/test/sp_unordered_test.cpp index 5d8ec9b..fac2e66 100644 --- a/test/sp_unordered_test.cpp +++ b/test/sp_unordered_test.cpp @@ -7,13 +7,6 @@ #include #include #include - -#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) - -int main() {} - -#else - #include int main() @@ -47,5 +40,3 @@ int main() return boost::report_errors(); } - -#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) diff --git a/test/wp_unordered_test.cpp b/test/wp_unordered_test.cpp index 0d35d58..24cdae1 100644 --- a/test/wp_unordered_test.cpp +++ b/test/wp_unordered_test.cpp @@ -6,13 +6,6 @@ #include #include #include - -#if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) - -int main() {} - -#else - #include int main() @@ -83,5 +76,3 @@ int main() return boost::report_errors(); } - -#endif // #if defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)