From: rrt Date: Fri, 24 Aug 2001 09:41:27 +0000 (+0000) Subject: [project @ 2001-08-24 09:41:27 by rrt] X-Git-Tag: Approximately_9120_patches~1083 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=10f0121649adf4295df16fa526cd25d2fc44ffe9 [project @ 2001-08-24 09:41:27 by rrt] Remove unused import of DmdType --- diff --git a/ghc/compiler/basicTypes/IdInfo.lhs b/ghc/compiler/basicTypes/IdInfo.lhs index 8e8d3f8..24dfce3 100644 --- a/ghc/compiler/basicTypes/IdInfo.lhs +++ b/ghc/compiler/basicTypes/IdInfo.lhs @@ -99,8 +99,7 @@ import Demand hiding( Demand ) import qualified Demand import NewDemand ( Demand(..), Keepity(..), Deferredness(..), DmdResult(..), lazyDmd, topDmd, - StrictSig, mkStrictSig, - DmdType, mkTopDmdType + StrictSig, mkStrictSig, mkTopDmdType ) import Outputable import Util ( seqList )