mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 11:08:06 +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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue