From 39b0063ef571bcc2c7bd08fd484521158d31f8a7 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 21 Dec 2004 08:52:54 +0000 Subject: [PATCH] [project @ 2004-12-21 08:52:54 by simonpj] Comment only --- ghc/compiler/iface/IfaceEnv.lhs | 1 - 1 file changed, 1 deletion(-) 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. -- 1.7.10.4