1
0
Fork 0

kconfig: remove unused members from struct symbol

dep and dep2 in struct symbol was unused - remove them.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
hifive-unleashed-5.1
Sam Ravnborg 2007-07-21 00:05:26 +02:00
parent 03d2912273
commit 1edf1c00ac
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ struct symbol {
tristate visible;
int flags;
struct property *prop;
struct expr *dep, *dep2;
struct expr_value rev_dep;
};