diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-11 06:00:58 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-15 03:45:22 -0500 |
commit | a01e5d242d932f67f2657ceb0d76be777cd05a04 (patch) | |
tree | a6203717ef98d7e1f718fb67ea8775fdba323924 /scripts/kconfig | |
parent | 4b5ec81bfeda09bda9cd8f545226c65291e4952b (diff) |
kconfig: remove redundant token defines
These are already defined as %left.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/zconf.y | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 7a4bc5826723..020454bcdf94 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
@@ -69,11 +69,6 @@ static struct menu *current_menu, *current_entry; | |||
69 | %token <id>T_ON | 69 | %token <id>T_ON |
70 | %token <string> T_WORD | 70 | %token <string> T_WORD |
71 | %token <string> T_WORD_QUOTE | 71 | %token <string> T_WORD_QUOTE |
72 | %token T_UNEQUAL | ||
73 | %token T_LESS | ||
74 | %token T_LESS_EQUAL | ||
75 | %token T_GREATER | ||
76 | %token T_GREATER_EQUAL | ||
77 | %token T_CLOSE_PAREN | 72 | %token T_CLOSE_PAREN |
78 | %token T_OPEN_PAREN | 73 | %token T_OPEN_PAREN |
79 | %token T_EOL | 74 | %token T_EOL |