From 86649705b4dc7a12e753405a3946ec36ba6a0bb9 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 3 Nov 2012 17:29:07 +0100 Subject: [PATCH] tests: remove useless location initialization. * tests/glr-regression.at: here. glr.c does initialize yylloc. --- tests/glr-regression.at | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.47.2