Remove another Borland on Linux remnant.

This commit is contained in:
Andrew Johnson
2013-02-14 15:56:22 -06:00
parent 76911e4ae9
commit 3196844602

View File

@@ -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 */