mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-26 05:29:03 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user