From e822980a1201573701bfcae00f83167f0ad981f1 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 12 Mar 2015 22:32:53 +0300 Subject: [PATCH] Removed ancient code --- tests/cppunit/test_main.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/cppunit/test_main.cpp b/tests/cppunit/test_main.cpp index 57727c23..529defc7 100644 --- a/tests/cppunit/test_main.cpp +++ b/tests/cppunit/test_main.cpp @@ -455,19 +455,3 @@ int main(int argc, char** argv) return num_errors; } - -// See doc/README.intel for explanation about this code -#if defined (STLPORT) && defined (__ICL) && (__ICL >= 900) && \ - (_STLP_MSVC_LIB < 1300) && defined (_STLP_USE_DYNAMIC_LIB) -# include - -# undef std -namespace std -{ - void _STLP_CALL unexpected() { - unexpected_handler hdl; - set_unexpected(hdl = set_unexpected((unexpected_handler)0)); - hdl(); - } -} -#endif -- 2.34.1