kconfig: remove unused "file" field of yylval union
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 06:23:02 +0000 (15:23 +0900)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:54:39 +0000 (22:54 +0100)
This has never been used.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.y

index 69409abc7dc29c9b4ea1e75fb24d4a89f14f2e65..60936c76865bfb07e6fb1f2767bc1514e69a6169 100644 (file)
@@ -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;