mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* src/reader.c, symtab.c: Remove debugging code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user