From dd8f4c6420e51736dc2e01d8aebacaa2f255451b Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Fri, 11 May 2007 10:53:22 +0000 Subject: [PATCH] Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere. --- compiler/HsVersions.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index 299ad68..0c41fa5 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -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 -- 1.7.10.4