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