X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ede3d3bcbc343c5101b177e53d0917c10f51efa1..e9665d1605afc5ab96aad29c2e622924911008f4:/tests/glr-regression.at 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: