diff mbox series

kconfig: remove unused "file" field of yylval union

Message ID 1545373382-29088-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit a5003571e627789d8104ebdbe3ae24be41ea071a
Headers show
Series kconfig: remove unused "file" field of yylval union | expand

Commit Message

Masahiro Yamada Dec. 21, 2018, 6:23 a.m. UTC
This has never been used.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 scripts/kconfig/zconf.y | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

Comments

Masahiro Yamada Dec. 24, 2018, 3:19 p.m. UTC | #1
On Fri, Dec 21, 2018 at 5:59 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>

> This has never been used.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.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
diff mbox series

Patch

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;