summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_26_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Compiler_Features_26_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_26_Test.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/ACE/tests/Compiler_Features_26_Test.cpp b/ACE/tests/Compiler_Features_26_Test.cpp
index e48b6709f40..46445558a23 100644
--- a/ACE/tests/Compiler_Features_26_Test.cpp
+++ b/ACE/tests/Compiler_Features_26_Test.cpp
@@ -5,8 +5,6 @@
#include "test_config.h"
-#if defined (ACE_HAS_CPP11)
-
#include <memory>
int
@@ -74,18 +72,3 @@ run_main (int, ACE_TCHAR *[])
return retval;
}
-
-#else
-int
-run_main (int, ACE_TCHAR *[])
-{
- ACE_START_TEST (ACE_TEXT("Compiler_Features_26_Test"));
-
- ACE_DEBUG ((LM_INFO,
- ACE_TEXT ("No C++11 support enabled\n")));
-
- ACE_END_TEST;
- return 0;
-}
-
-#endif