Commit a5003571 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: remove unused "file" field of yylval union

This has never been used.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5c0ab286
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment