From 4d252b8ad12409e1cdca86efddd377f7474dc0e8 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 5 Apr 2000 14:14:51 +0000 Subject: [PATCH] [project @ 2000-04-05 14:14:51 by sewardj] Nuke inexplicable calls to moduleThisScript. --- ghc/interpreter/static.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ghc/interpreter/static.c b/ghc/interpreter/static.c index 582e079..0c99493 100644 --- a/ghc/interpreter/static.c +++ b/ghc/interpreter/static.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: static.c,v $ - * $Revision: 1.36 $ - * $Date: 2000/04/05 10:25:08 $ + * $Revision: 1.37 $ + * $Date: 2000/04/05 14:14:51 $ * ------------------------------------------------------------------------*/ #include "hugsbasictypes.h" @@ -4720,12 +4720,6 @@ Cell e; { EEND; } -#if 0 - what is this for?? - if (!moduleThisScript(name(n).mod)) { - return n; - } -#endif /* Later phases of the system cannot cope if we resolve references * to unprocessed objects too early. This is the main reason that * we cannot cope with recursive modules at the moment. -- 1.7.10.4