Merge pull request #8574 from inclyc/nixd/remove-unused-token

libexpr: remove unused token `ATTRPATH` in token declaration
This commit is contained in:
Eelco Dolstra 2023-06-23 12:02:40 +02:00 committed by GitHub
commit 8350f06d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,7 +330,7 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err
%type <ind_string_parts> ind_string_parts
%type <e> path_start string_parts string_attr
%type <id> attr
%token <id> ID ATTRPATH
%token <id> ID
%token <str> STR IND_STR
%token <n> INT
%token <nf> FLOAT