X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/867a3e0085abd0281d41a7a1a56dea143dadf4eb..716f248dcd69ff9c1adbf6140a7028b0dc19641c:/src/symlist.c?ds=inline diff --git a/src/symlist.c b/src/symlist.c index 36156261..662f1f7b 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -118,7 +118,6 @@ symbol_list_n_type_name_get (symbol_list *rp, location loc, int n) if (rp == NULL || rp->sym == NULL) { complain_at (loc, _("invalid $ value: $%d"), n); - fprintf (stderr, "\n"); return NULL; } ++i;