From: khizmax Date: Thu, 12 Mar 2015 19:32:53 +0000 (+0300) Subject: Removed ancient code X-Git-Tag: v2.1.0~305^2~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e822980a1201573701bfcae00f83167f0ad981f1;p=libcds.git Removed ancient code --- 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