Skip to content
Snippets Groups Projects
Commit a5003571 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment