From: Paul Eggert Date: Wed, 4 Jun 2003 05:53:44 +0000 (+0000) Subject: (Improper handling of embedded actions and $-N in GLR parsers): Remove X-Git-Tag: BISON-2_0~281 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f56f6d78b0a7f672b70211d0abfd33e643601bce?ds=sidebyside (Improper handling of embedded actions and $-N in GLR parsers): Remove unused local variable from yylex. --- diff --git a/tests/glr-regression.at b/tests/glr-regression.at index 971e2b49..b7d24ab7 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -173,7 +173,6 @@ FILE *yyin = NULL; int yylex (void) { - int c; char buf[50]; switch (fscanf (yyin, " %1[a-z,]", buf)) { case 1: