projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e017a91
)
kconfig: remove unused "file" field of yylval union
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 06:23:02 +0000
(15:23 +0900)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sun, 10 Feb 2019 21:54:39 +0000
(22:54 +0100)
This has never been used.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/zconf.y
patch
|
blob
|
history
diff --git
a/config/zconf.y
b/config/zconf.y
index 69409abc7dc29c9b4ea1e75fb24d4a89f14f2e65..60936c76865bfb07e6fb1f2767bc1514e69a6169 100644
(file)
--- a/
config/zconf.y
+++ b/
config/zconf.y
@@
-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;