mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
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:
parent
5c0ab286ae
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user