From d4683430fea9db492874f35e5356387ea75be5bf Mon Sep 17 00:00:00 2001
From: sof <unknown>
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 fd142cd0ae82..572cb1d05ec5 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:
-- 
GitLab