summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada2018-12-21 07:23:02 +0100
committerMasahiro Yamada2019-01-06 01:46:51 +0100
commita5003571e627789d8104ebdbe3ae24be41ea071a (patch)
tree283f75821cac0ee915205439ad20879ba549bcae /scripts/kconfig
parentnds32: remove redundant kernel-space generic-y (diff)
downloadkernel-qcow2-linux-a5003571e627789d8104ebdbe3ae24be41ea071a.tar.gz
kernel-qcow2-linux-a5003571e627789d8104ebdbe3ae24be41ea071a.tar.xz
kernel-qcow2-linux-a5003571e627789d8104ebdbe3ae24be41ea071a.zip
kconfig: remove unused "file" field of yylval union
This has never been used. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r--scripts/kconfig/zconf.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y
index 69409abc7dc2..60936c76865b 100644
--- a/scripts/kconfig/zconf.y
+++ b/scripts/kconfig/zconf.y
@@ -35,7 +35,6 @@ static struct menu *current_menu, *current_entry;
%union
{
char *string;
- struct file *file;
struct symbol *symbol;
struct expr *expr;
struct menu *menu;