From 1bcfe156812c929c86f1c4ddb60a3e41560f581c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 26 Feb 2001 16:59:17 +0000 Subject: [PATCH] [project @ 2001-02-26 16:59:17 by simonmar] lookupClosure not used. --- ghc/compiler/compMan/CmLink.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/compMan/CmLink.lhs b/ghc/compiler/compMan/CmLink.lhs index af0b8f4..de14adf 100644 --- a/ghc/compiler/compMan/CmLink.lhs +++ b/ghc/compiler/compMan/CmLink.lhs @@ -226,7 +226,6 @@ filterModuleLinkables p (li:lis) #ifndef GHCI linkObjs = panic "CmLink.linkObjs: no interpreter" -lookupClosure = panic "CmLink.lookupClosure: no interpreter" #else linkObjs [] pls = linkFinish pls [] linkObjs (l@(LM _ m uls) : ls) pls -- 1.7.10.4