summaryrefslogtreecommitdiff
path: root/ACE/tests/Chrono_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Chrono_Test.cpp')
-rw-r--r--ACE/tests/Chrono_Test.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/ACE/tests/Chrono_Test.cpp b/ACE/tests/Chrono_Test.cpp
index 6cde2a4a2d0..1c9e86c6857 100644
--- a/ACE/tests/Chrono_Test.cpp
+++ b/ACE/tests/Chrono_Test.cpp
@@ -18,8 +18,6 @@
#include "ace/OS_NS_unistd.h"
#include "ace/Time_Value.h"
-#if defined (ACE_HAS_CPP11)
-
#include "ace/Truncate.h"
int
@@ -579,18 +577,3 @@ run_main (int, ACE_TCHAR *[])
ACE_END_TEST;
return errors;
}
-
-#else
-
-int
-run_main (int, ACE_TCHAR *[])
-{
- ACE_START_TEST (ACE_TEXT ("Chrono_Test"));
-
- ACE_ERROR ((LM_INFO, ACE_TEXT ("std::chrono is not supported on this platform\n")));
-
- ACE_END_TEST;
- return 0;
-}
-
-#endif /* ACE_HAS_CPP11 */