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

ghc/compiler/rename/RnNames.lhs
ghc/compiler/typecheck/TcEnv.lhs

index 0af917b..71bd508 100644 (file)
@@ -42,7 +42,6 @@ import Name   ( Name, ExportFlag(..), ImportReason(..), Provenance(..),
                )
 import RdrName ( RdrName, rdrNameOcc, setRdrNameOcc, mkRdrQual, mkRdrUnqual, isQual, isUnqual )
 import OccName ( setOccNameSpace, dataName )
-import SrcLoc  ( SrcLoc )
 import NameSet ( elemNameSet, emptyNameSet )
 import Outputable
 import Maybes  ( maybeToBool, catMaybes, mapMaybe )
index cdfc6f3..b1f993e 100644 (file)
@@ -61,7 +61,6 @@ import Class  ( Class, ClassOpItem, ClassContext, classTyCon )
 
 import TcMonad
 
-import BasicTypes      ( Arity )
 import IdInfo          ( vanillaIdInfo )
 import Name            ( Name, OccName, Provenance(..), ExportFlag(..), NamedThing(..), 
                          nameOccName, nameModule, getSrcLoc, mkGlobalName,