From: Akim Demaille Date: Sat, 3 Nov 2012 16:29:07 +0000 (+0100) Subject: tests: remove useless location initialization. X-Git-Tag: v2.6.5~15 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/86649705b4dc7a12e753405a3946ec36ba6a0bb9?ds=sidebyside tests: remove useless location initialization. * tests/glr-regression.at: here. glr.c does initialize yylloc. --- diff --git a/tests/glr-regression.at b/tests/glr-regression.at index 07c9fe25..8570b19d 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -1543,13 +1543,6 @@ AT_DATA_GRAMMAR([glr-regr17.y], ]AT_YYLEX_DECLARE[ %} -%initial-action { - @$.first_line = 1; - @$.first_column = 1; - @$.last_line = 1; - @$.last_column = 1; -} - %% /* Tests the case of an empty RHS that has inherited the location of the