From: Akim Demaille <akim@epita.fr>
Date: Tue, 12 Jul 2005 13:43:00 +0000 (+0000)
Subject: Trailing trace.
X-Git-Tag: BISON-2_1~104
X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/716f248dcd69ff9c1adbf6140a7028b0dc19641c

Trailing trace.
---

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;