]> git.ipfire.org Git - pakfire.git/commitdiff
libpakfire: parser: Drop unused TAB token
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 Mar 2019 04:36:19 +0000 (04:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 15 Mar 2019 04:36:19 +0000 (04:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/parser/grammar.y

index d26c36cd290765a2fc1cc5dc4353c47f003b1588..17080342d5f97663b73ca7df6d388d3a19075c29 100644 (file)
@@ -69,7 +69,6 @@ char* current_block = NULL;
 %token <string>                                        EQUALS
 %token <string>                                        IF
 %token NEWLINE
-%token TAB
 %token <string>                                        WORD
 
 %type <string>                                 define;