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
Родитель 5c0ab286ae
Коммит a5003571e6
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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