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:
Родитель
5c0ab286ae
Коммит
a5003571e6
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче