diff options
author | Ian Lynagh <igloo@earth.li> | 2010-12-15 20:10:06 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-12-15 20:10:06 +0000 |
commit | edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857 (patch) | |
tree | 208bde3ea2b0de6ec9ed17a26e4b5990b92c1006 /compiler/utils/FastMutInt.lhs | |
parent | 4f37664780b85725ba3552b7de11c0e5e79d3fee (diff) | |
download | haskell-edc0bafd3fcd01b85a2e8894e5dfe149eb0e0857.tar.gz |
Remove code that is dead now that we need >= 6.12 to build
Diffstat (limited to 'compiler/utils/FastMutInt.lhs')
-rw-r--r-- | compiler/utils/FastMutInt.lhs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/utils/FastMutInt.lhs b/compiler/utils/FastMutInt.lhs index 61e3e853ec..26183071f1 100644 --- a/compiler/utils/FastMutInt.lhs +++ b/compiler/utils/FastMutInt.lhs @@ -28,12 +28,6 @@ module FastMutInt( import GHC.Base import GHC.Ptr -#if __GLASGOW_HASKELL__ >= 611 --- import GHC.IO ( IO(..) ) -#else -import GHC.IOBase ( IO(..) ) -#endif - #else /* ! __GLASGOW_HASKELL__ */ import Data.IORef |