Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504
[ghc-hetmet.git] / compiler / utils / FastMutInt.lhs
index 86ca0bd..3c2a199 100644 (file)
@@ -19,10 +19,6 @@ module FastMutInt(
 
 import GHC.Base
 import GHC.IOBase
-
-#if __GLASGOW_HASKELL__ < 411
-newByteArray# = newCharArray#
-#endif
 \end{code}
 
 \begin{code}