Removed ancient code
authorkhizmax <libcds.dev@gmail.com>
Thu, 12 Mar 2015 19:32:53 +0000 (22:32 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 12 Mar 2015 19:32:53 +0000 (22:32 +0300)
tests/cppunit/test_main.cpp

index 57727c23dac2cebcbd1ecdba54269308aaab9027..529defc7fb3fd6f13b1a73cef7144cadedde2dd1 100644 (file)
@@ -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 <exception>
-
-#  undef std
-namespace std
-{
-  void _STLP_CALL unexpected() {
-    unexpected_handler hdl;
-    set_unexpected(hdl = set_unexpected((unexpected_handler)0));
-    hdl();
-  }
-}
-#endif