From 0bb99f85566ef0b42c3f8127281977e29c7b9e83 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Wed, 9 Aug 2000 11:44:51 +0000
Subject: [PATCH] [project @ 2000-08-09 11:44:51 by simonmar] remove unused
 imports

---
 ghc/compiler/rename/RnSource.lhs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc/compiler/rename/RnSource.lhs b/ghc/compiler/rename/RnSource.lhs
index 360ebd43ab7e..a588c59a0685 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}
 
-- 
GitLab