X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FFastMutInt.lhs;h=3c2a199198fc8a2f277f5e85f7b5d2c2de5b808d;hb=cd883e2f4dc0c37488441d18ef7b3a9ae9719b55;hp=86ca0bd7f716c224c77a45c8da8dfb7b22ba1815;hpb=046ee54f048ddd721dcee41916d6a6f68db3b15b;p=ghc-hetmet.git diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 86ca0bd..3c2a199 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -19,10 +19,6 @@ module FastMutInt( import GHC.Base import GHC.IOBase - -#if __GLASGOW_HASKELL__ < 411 -newByteArray# = newCharArray# -#endif \end{code} \begin{code}