From: Michael D. Adams Date: Fri, 11 May 2007 10:53:22 +0000 (+0000) Subject: Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dd8f4c6420e51736dc2e01d8aebacaa2f255451b;ds=sidebyside Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere. --- 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