Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / compiler / main / BreakArray.hs
index f7154c1..2d1a4d4 100644 (file)
@@ -31,7 +31,6 @@ import GHC.IO ( IO(..) )
 #else
 import GHC.IOBase ( IO(..) )
 #endif
-import GHC.Word
 import Constants
 
 data BreakArray = BA (MutableByteArray# RealWorld)