[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATfbaLn55=MKnJb0RJym_tUfiOeO4Xq3+46n59f8yJ7iA@mail.gmail.com>
Date: Tue, 25 Dec 2018 00:19:23 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kconfig: remove unused "file" field of yylval union
On Fri, Dec 21, 2018 at 5:59 PM Masahiro Yamada
<yamada.masahiro@...ionext.com> wrote:
>
> This has never been used.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
Applied to linux-kbuild/kconfig.
> scripts/kconfig/zconf.y | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y
> index 8a4d029..60ee8e7 100644
> --- a/scripts/kconfig/zconf.y
> +++ b/scripts/kconfig/zconf.y
> @@ -36,7 +36,6 @@ static struct menu *current_menu, *current_entry;
> %union
> {
> char *string;
> - struct file *file;
> struct symbol *symbol;
> struct expr *expr;
> struct menu *menu;
> --
> 2.7.4
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists