From: Masahiro Yamada Date: Tue, 11 Dec 2018 11:00:58 +0000 (+0900) Subject: kconfig: remove redundant token defines X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=ee1f23e82cf73c1d2e15421793fb7ec3e38161b2 kconfig: remove redundant token defines These are already defined as %left. Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter --- diff --git a/config/zconf.y b/config/zconf.y index 0f4368a..1dac176 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -69,11 +69,6 @@ static struct menu *current_menu, *current_entry; %token T_ON %token T_WORD %token T_WORD_QUOTE -%token T_UNEQUAL -%token T_LESS -%token T_LESS_EQUAL -%token T_GREATER -%token T_GREATER_EQUAL %token T_CLOSE_PAREN %token T_OPEN_PAREN %token T_EOL