From 095be20c31e893c423560db3ab26f1c7c18ea967 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 26 Apr 2007 08:37:13 +0000 Subject: [PATCH] unused import --- compiler/main/GHC.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index ef19889..f8402f8 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -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 ) -- 1.7.10.4