* src/reader.c, symtab.c: Remove debugging code.

This commit is contained in:
Akim Demaille
2002-04-07 17:43:53 +00:00
parent db8837cbe1
commit bd02036a4e
3 changed files with 5 additions and 32 deletions

View File

@@ -42,9 +42,6 @@ symbol_new (const char *tag)
res->alias = NULL;
res->class = unknown_sym;
if (getenv ("DEBUG"))
fprintf (stderr, "Creating: nsyms = %d, ntokens = %d: %s\n",
nsyms, ntokens, tag);
nsyms++;
return res;