unused import
authorSimon Marlow <simonmar@microsoft.com>
Thu, 26 Apr 2007 08:37:13 +0000 (08:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 26 Apr 2007 08:37:13 +0000 (08:37 +0000)
compiler/main/GHC.hs

index ef19889..f8402f8 100644 (file)
@@ -194,7 +194,6 @@ module GHC (
 import RtClosureInspect ( cvObtainTerm, Term )
 import TcRnDriver      ( tcRnLookupRdrName, tcRnGetInfo,
                          tcRnLookupName, getModuleExports )
-import VarEnv          ( emptyTidyEnv )
 import GHC.Exts         ( unsafeCoerce#, Ptr )
 import Foreign.StablePtr( deRefStablePtr, StablePtr, newStablePtr, freeStablePtr )
 import Foreign          ( poke )