[project @ 1998-02-03 17:50:58 by simonm]
authorsimonm <unknown>
Tue, 3 Feb 1998 17:50:58 +0000 (17:50 +0000)
committersimonm <unknown>
Tue, 3 Feb 1998 17:50:58 +0000 (17:50 +0000)
- remove unused imports

ghc/compiler/stranal/SaAbsInt.lhs

index 84d5119..a9e2bce 100644 (file)
@@ -17,7 +17,7 @@ module SaAbsInt (
 
 import CmdLineOpts     ( opt_AllStrict, opt_NumbersStrict )
 import CoreSyn
-import CoreUnfold      ( Unfolding(..), UfExpr, RdrName, SimpleUnfolding(..), FormSummary )
+import CoreUnfold      ( Unfolding(..), SimpleUnfolding(..), FormSummary )
 import CoreUtils       ( unTagBinders )
 import Id              ( idType, getIdStrictness, getIdUnfolding,
                          dataConTyCon, dataConArgTys, Id