aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-11 20:00:58 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-15 17:45:22 +0900
commita01e5d242d932f67f2657ceb0d76be777cd05a04 (patch)
treea6203717ef98d7e1f718fb67ea8775fdba323924 /scripts
parentkconfig: rename depends_list to comment_option_list (diff)
downloadlinux-dev-a01e5d242d932f67f2657ceb0d76be777cd05a04.tar.xz
linux-dev-a01e5d242d932f67f2657ceb0d76be777cd05a04.zip
kconfig: remove redundant token defines
These are already defined as %left. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/zconf.y5
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;
%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