From f56f6d78b0a7f672b70211d0abfd33e643601bce Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 4 Jun 2003 05:53:44 +0000 Subject: [PATCH] (Improper handling of embedded actions and $-N in GLR parsers): Remove unused local variable from yylex. --- tests/glr-regression.at | 1 - 1 file changed, 1 deletion(-) 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: -- 2.49.0