mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 09:09:56 +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
|
%union
|
||||||
{
|
{
|
||||||
char *string;
|
char *string;
|
||||||
struct file *file;
|
|
||||||
struct symbol *symbol;
|
struct symbol *symbol;
|
||||||
struct expr *expr;
|
struct expr *expr;
|
||||||
struct menu *menu;
|
struct menu *menu;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user