From: simonmar Date: Wed, 9 Aug 2000 11:44:51 +0000 (+0000) Subject: [project @ 2000-08-09 11:44:51 by simonmar] X-Git-Tag: Approximately_9120_patches~3897 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0bb99f85566ef0b42c3f8127281977e29c7b9e83;p=ghc-hetmet.git [project @ 2000-08-09 11:44:51 by simonmar] remove unused imports --- diff --git a/ghc/compiler/rename/RnSource.lhs b/ghc/compiler/rename/RnSource.lhs index 360ebd4..a588c59 100644 --- a/ghc/compiler/rename/RnSource.lhs +++ b/ghc/compiler/rename/RnSource.lhs @@ -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}