From dd8f4c6420e51736dc2e01d8aebacaa2f255451b Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Fri, 11 May 2007 10:53:22 +0000 Subject: Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere. --- compiler/HsVersions.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compiler') diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index 299ad68357..0c41fa521e 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 -- cgit v1.2.1