Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / compiler / utils / FastMutInt.lhs
index dfa188e..1b2b05e 100644 (file)
@@ -28,7 +28,7 @@ import GHC.Base
 import GHC.Ptr
 
 #if __GLASGOW_HASKELL__ >= 611
-import GHC.IO ( IO(..) )
+-- import GHC.IO ( IO(..) )
 #else
 import GHC.IOBase ( IO(..) )
 #endif