From 68f78125c955c5afd532fa2b7ed53252f960ca60 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 21 Dec 2018 15:23:02 +0900 Subject: [PATCH] kconfig: remove unused "file" field of yylval union This has never been used. Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter --- config/zconf.y | 1 - 1 file changed, 1 deletion(-) diff --git a/config/zconf.y b/config/zconf.y index 69409ab..60936c7 100644 --- a/config/zconf.y +++ b/config/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; -- 2.31.1