summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_23_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-29 13:40:46 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-29 13:40:46 +0100
commit1fd4e430fee005d73f91cf4e2ce9c2ac8721d9b6 (patch)
treec0fb3bf13b84224c13fd26517a792a937639af66 /ACE/tests/Compiler_Features_23_Test.cpp
parent4ce761b1d69d50c0c3658b1139370b44b9c626c8 (diff)
parentc6a620cc7eabece507d13986c40c955d2f226f26 (diff)
downloadATCD-1fd4e430fee005d73f91cf4e2ce9c2ac8721d9b6.tar.gz
Merge branch 'master' into diop-portspan
Diffstat (limited to 'ACE/tests/Compiler_Features_23_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_23_Test.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/ACE/tests/Compiler_Features_23_Test.cpp b/ACE/tests/Compiler_Features_23_Test.cpp
index 688c0a37bd9..39fc0962ab9 100644
--- a/ACE/tests/Compiler_Features_23_Test.cpp
+++ b/ACE/tests/Compiler_Features_23_Test.cpp
@@ -5,8 +5,6 @@
#include "test_config.h"
-#if defined (ACE_HAS_CPP11)
-
#include <array>
#include <string>
#include <cstdint>
@@ -44,18 +42,3 @@ run_main (int, ACE_TCHAR *[])
return 0;
}
-
-#else
-int
-run_main (int, ACE_TCHAR *[])
-{
- ACE_START_TEST (ACE_TEXT("Compiler_Features_23_Test"));
-
- ACE_DEBUG ((LM_INFO,
- ACE_TEXT ("No C++11 support enabled\n")));
-
- ACE_END_TEST;
- return 0;
-}
-
-#endif