summary refs log tree commit diff stats
path: root/lib/nimbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nimbase.h')
-rw-r--r--lib/nimbase.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h
index 34a2e43e7..c06c45691 100644
--- a/lib/nimbase.h
+++ b/lib/nimbase.h
@@ -396,13 +396,6 @@ typedef struct TStringDesc* string;
 #define GenericSeqSize sizeof(TGenericSeq)
 #define paramCount() cmdCount
 
-#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__i386__)
-#  ifndef NAN
-static unsigned long nimNaN[2]={0xffffffff, 0x7fffffff};
-#    define NAN (*(double*) nimNaN)
-#  endif
-#endif
-
 #ifndef NAN
 #  define NAN (0.0 / 0.0)
 #endif