projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a70d0
)
kconfig: remove redundant token defines
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:00:58 +0000
(20:00 +0900)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sun, 10 Feb 2019 21:32:10 +0000
(22:32 +0100)
These are already defined as %left.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.y
patch
|
blob
|
history
diff --git
a/config/zconf.y
b/config/zconf.y
index 0f4368aa24cf5f2ad4b8de714b9bae3d31cdcc86..1dac176e24fd90a31d95d3c0f442393c84cadd2a 100644
(file)
--- a/
config/zconf.y
+++ b/
config/zconf.y
@@
-69,11
+69,6
@@
static struct menu *current_menu, *current_entry;
%token <id>T_ON
%token <string> T_WORD
%token <string> 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