From: simonpj Date: Tue, 21 Dec 2004 08:52:54 +0000 (+0000) Subject: [project @ 2004-12-21 08:52:54 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1330 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=39b0063ef571bcc2c7bd08fd484521158d31f8a7;p=ghc-hetmet.git [project @ 2004-12-21 08:52:54 by simonpj] Comment only --- diff --git a/ghc/compiler/iface/IfaceEnv.lhs b/ghc/compiler/iface/IfaceEnv.lhs index ef729b1..90aac7b 100644 --- a/ghc/compiler/iface/IfaceEnv.lhs +++ b/ghc/compiler/iface/IfaceEnv.lhs @@ -131,7 +131,6 @@ lookupOrig :: Module -> OccName -> TcRnIf a b Name -- Even if we get a miss in the original-name cache, we -- make a new External Name. -- We fake up --- Module to AnotherPackage -- SrcLoc to noSrcLoc -- Parent no Nothing -- They'll be overwritten, in due course, by LoadIface.loadDecl.