]> git.ipfire.org Git - pakfire.git/commitdiff
libpakfire: parser: Remove obsolete comment
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Jun 2019 03:04:08 +0000 (04:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Jun 2019 03:04:08 +0000 (04:04 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/parser/grammar.y

index 25f1d1cdc0f1fb47854acc7c144b0a7c1e3e8b39..ab4465793922d1c339b924f5ffd7af557617921b 100644 (file)
@@ -129,8 +129,6 @@ value                                               : words
                                                                $$ = NULL;
                                                        };
 
-                                                       // IF can show up in values and therefore this
-                                                       // hack is needed to parse those properly
 word                                           : T_WORD;
 
 words                                          : word