Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;