Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere.
authorMichael D. Adams <t-madams@microsoft.com>
Fri, 11 May 2007 10:53:22 +0000 (10:53 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Fri, 11 May 2007 10:53:22 +0000 (10:53 +0000)
compiler/HsVersions.h

index 299ad68..0c41fa5 100644 (file)
@@ -34,12 +34,6 @@ name = Util.global (value) :: IORef (ty); \
 {-# NOINLINE name #-}
 #endif
 
-#if __GLASGOW_HASKELL__ >= 620
-#define UNBOX_FIELD !!
-#else
-#define UNBOX_FIELD !
-#endif
-
 #define COMMA ,
 
 #ifdef DEBUG