tests: remove useless location initialization.

* tests/glr-regression.at: here.
glr.c does initialize yylloc.
This commit is contained in:
Akim Demaille
2012-11-03 17:29:07 +01:00
parent 7dbb8d8aba
commit 86649705b4

View File

@@ -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