From d4683430fea9db492874f35e5356387ea75be5bf Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 15 Jan 1999 10:23:59 +0000 Subject: [PATCH] [project @ 1999-01-15 10:23:59 by sof] Removed debugging code that accidentally was left behind. --- ghc/compiler/parser/type2context.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc/compiler/parser/type2context.c b/ghc/compiler/parser/type2context.c index fd142cd..572cb1d 100644 --- a/ghc/compiler/parser/type2context.c +++ b/ghc/compiler/parser/type2context.c @@ -57,9 +57,6 @@ type2context(t) return(lsing(t)); case namedtvar: - fprintf(stderr, "namedtvar: %d %s\n", hashIds, gnamedtvar(t)); - if (strcmp("()", gnamedtvar(t)) == 0) - return (Lnil); hsperror ("type2context: unexpected namedtvar found in a context"); case tllist: -- 1.7.10.4