From 31968446027e645dfb398abee078555f17d12ff3 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 14 Feb 2013 15:56:22 -0600 Subject: [PATCH] Remove another Borland on Linux remnant. --- src/libCom/test/epicsExceptionTest.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/libCom/test/epicsExceptionTest.cpp b/src/libCom/test/epicsExceptionTest.cpp index fc937cace..b9ecdc940 100644 --- a/src/libCom/test/epicsExceptionTest.cpp +++ b/src/libCom/test/epicsExceptionTest.cpp @@ -27,12 +27,6 @@ using namespace std; -#if defined(__BORLANDC__) && defined(__linux__) -namespace std { -const nothrow_t nothrow ; -} -#endif - #if defined ( _MSC_VER ) // some interesting bugs found in the MS implementation of new # if _MSC_VER > 1310 /* this gets fixed some release after visual studio 7 we hope */