Remove unused imports from base
[ghc-base.git] / GHC / Pack.lhs
index 47e602b..47c10ec 100644 (file)
@@ -35,7 +35,6 @@ module GHC.Pack
         where
 
 import GHC.Base
-import GHC.Err ( error )
 import GHC.List ( length )
 import GHC.ST
 import GHC.Num