[project @ 2001-08-24 09:41:27 by rrt]
authorrrt <unknown>
Fri, 24 Aug 2001 09:41:27 +0000 (09:41 +0000)
committerrrt <unknown>
Fri, 24 Aug 2001 09:41:27 +0000 (09:41 +0000)
Remove unused import of DmdType

ghc/compiler/basicTypes/IdInfo.lhs

index 8e8d3f8..24dfce3 100644 (file)
@@ -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 )