summaryrefslogtreecommitdiff
path: root/compiler/utils/FastMutInt.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-06 00:11:37 +0000
committerIan Lynagh <igloo@earth.li>2007-04-06 00:11:37 +0000
commit317fc69d18eda68fd65f5ba634feafbe4a3923da (patch)
treef74410483a691cd8c1f2e5d5e4f319ada585dc60 /compiler/utils/FastMutInt.lhs
parent0d126b9c0dc9299a860fc6bb0e1dee05eb583de2 (diff)
downloadhaskell-317fc69d18eda68fd65f5ba634feafbe4a3923da.tar.gz
Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
-rw-r--r--compiler/utils/FastMutInt.lhs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs
index 86ca0bd7f7..3c2a199198 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}