[project @ 2000-08-09 11:44:51 by simonmar]
authorsimonmar <unknown>
Wed, 9 Aug 2000 11:44:51 +0000 (11:44 +0000)
committersimonmar <unknown>
Wed, 9 Aug 2000 11:44:51 +0000 (11:44 +0000)
remove unused imports

ghc/compiler/rename/RnSource.lhs

index 360ebd4..a588c59 100644 (file)
@@ -40,7 +40,6 @@ import Name           ( Name, OccName,
                          nameOccName, NamedThing(..)
                        )
 import NameSet
-import OccName         ( mkDefaultMethodOcc )
 import FiniteMap       ( elemFM )
 import PrelInfo                ( derivableClassKeys, cCallishClassKeys,
                          deRefStablePtr_RDR, makeStablePtr_RDR, 
@@ -54,7 +53,6 @@ import CmdLineOpts    ( opt_GlasgowExts, opt_WarnUnusedMatches )      -- Warn of unused
 import Unique          ( Uniquable(..) )
 import ErrUtils                ( Message )
 import CStrings                ( isCLabelString )
-import Maybes          ( maybeToBool, catMaybes )
 import Util
 \end{code}