From: Masahiro Yamada Date: Fri, 21 Dec 2018 06:23:02 +0000 (+0900) Subject: kconfig: remove unused "file" field of yylval union X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=commitdiff_plain;h=68f78125c955c5afd532fa2b7ed53252f960ca60;hp=e017a914b2679d669e201cc76f812b641aa7eea3 kconfig: remove unused "file" field of yylval union This has never been used. Signed-off-by: Masahiro Yamada Signed-off-by: Christian Lamparter --- 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;