Remove piece of dead code gone from upstream as well.

We do not support building with DMC anyway, so no
functionality change implied.
This commit is contained in:
David Nadlinger
2013-05-12 21:12:36 +02:00
parent ad4eb1b6bd
commit 4ad1b94f11

View File

@@ -100,12 +100,6 @@ int REALALIGNSIZE = 0;
int Tsize_t = Tuns32;
int Tptrdiff_t = Tint32;
#if _WIN32 && !(defined __MINGW32__ || defined _MSC_VER)
static double zero = 0;
double Port::nan = NAN;
double Port::infinity = 1/zero;
#endif
/***************************** Type *****************************/
ClassDeclaration *Type::typeinfo;