Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / basicTypes / UniqSupply.lhs
index a4c16fd..493bfbe 100644 (file)
@@ -31,11 +31,7 @@ import FastTypes
 
 import MonadUtils
 import Control.Monad
 
 import MonadUtils
 import Control.Monad
-#if __GLASGOW_HASKELL__ >= 611
 import GHC.IO (unsafeDupableInterleaveIO)
 import GHC.IO (unsafeDupableInterleaveIO)
-#else
-import GHC.IOBase (unsafeDupableInterleaveIO)
-#endif
 
 \end{code}
 
 
 \end{code}