From: simonmar Date: Mon, 25 Sep 2000 11:31:22 +0000 (+0000) Subject: [project @ 2000-09-25 11:31:22 by simonmar] X-Git-Tag: Approximately_9120_patches~3739 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fda5605a79bc7bc5f0ef5bbaf241f89d951b65ce;p=ghc-hetmet.git [project @ 2000-09-25 11:31:22 by simonmar] remove unused imports --- diff --git a/ghc/compiler/coreSyn/CoreUtils.lhs b/ghc/compiler/coreSyn/CoreUtils.lhs index 05a2520..24b1f35 100644 --- a/ghc/compiler/coreSyn/CoreUtils.lhs +++ b/ghc/compiler/coreSyn/CoreUtils.lhs @@ -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