Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / utils / FastFunctions.lhs
index d6a282f..5496ed0 100644 (file)
@@ -22,19 +22,7 @@ import System.IO.Unsafe
 
 import GHC.Exts
 import GHC.Word
 
 import GHC.Exts
 import GHC.Word
-
-#if __GLASGOW_HASKELL__ >= 611
-import GHC.IO ( IO(..) )
-#else
-import GHC.IOBase ( IO(..) )
-#endif
-
-#if __GLASGOW_HASKELL__ >= 611
-import GHC.IO (unsafeDupableInterleaveIO)
-#else
-import GHC.IOBase (unsafeDupableInterleaveIO)
-#endif
-
+import GHC.IO (IO(..), unsafeDupableInterleaveIO)
 import GHC.Base (unsafeChr)
 
 -- Just like unsafePerformIO, but we inline it.
 import GHC.Base (unsafeChr)
 
 -- Just like unsafePerformIO, but we inline it.