[project @ 1999-01-15 10:23:59 by sof]
authorsof <unknown>
Fri, 15 Jan 1999 10:23:59 +0000 (10:23 +0000)
committersof <unknown>
Fri, 15 Jan 1999 10:23:59 +0000 (10:23 +0000)
Removed debugging code that accidentally was left behind.

ghc/compiler/parser/type2context.c

index fd142cd..572cb1d 100644 (file)
@@ -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: