[project @ 2000-09-25 11:31:22 by simonmar]
authorsimonmar <unknown>
Mon, 25 Sep 2000 11:31:22 +0000 (11:31 +0000)
committersimonmar <unknown>
Mon, 25 Sep 2000 11:31:22 +0000 (11:31 +0000)
remove unused imports

ghc/compiler/coreSyn/CoreUtils.lhs

index 05a2520..24b1f35 100644 (file)
@@ -62,8 +62,6 @@ import Type           ( Type, mkFunTy, mkForAllTy,
                        )
 import TysWiredIn      ( boolTy, stringTy, trueDataCon, falseDataCon )
 import CostCentre      ( CostCentre )
-import Unique          ( buildIdKey, augmentIdKey )
-import Util            ( zipWithEqual, mapAccumL )
 import Maybes          ( maybeToBool )
 import Outputable
 import TysPrim         ( alphaTy )     -- Debugging only