(Improper handling of embedded actions and $-N in GLR parsers): Remove

unused local variable from yylex.
This commit is contained in:
Paul Eggert
2003-06-04 05:53:44 +00:00
parent 1d4055aa2b
commit f56f6d78b0

View File

@@ -173,7 +173,6 @@ FILE *yyin = NULL;
int
yylex (void)
{
int c;
char buf[50];
switch (fscanf (yyin, " %1[a-z,]", buf)) {
case 1: