kconfig: remove unused "file" field of yylval union

This has never been used.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2018-12-21 15:23:02 +09:00
parent 5c0ab286ae
commit a5003571e6
1 changed files with 0 additions and 1 deletions

View 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;