Remove empty compiler detection

If they are needed in the future, they can be reinstated, but there
is no point in keeping them around currently.
This commit is contained in:
Martin Hořeňovský 2017-08-29 15:40:19 +02:00
parent 92444d8b72
commit 6e46f29830

View File

@ -76,34 +76,6 @@
#endif // __CYGWIN__ #endif // __CYGWIN__
////////////////////////////////////////////////////////////////////////////////
// Borland
#ifdef __BORLANDC__
#endif // __BORLANDC__
////////////////////////////////////////////////////////////////////////////////
// EDG
#ifdef __EDG_VERSION__
#endif // __EDG_VERSION__
////////////////////////////////////////////////////////////////////////////////
// Digital Mars
#ifdef __DMC__
#endif // __DMC__
////////////////////////////////////////////////////////////////////////////////
// GCC
#ifdef __GNUC__
#endif // __GNUC__
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Visual C++ // Visual C++
#ifdef _MSC_VER #ifdef _MSC_VER