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>
This commit is contained in:
parent
03d2912273
commit
1edf1c00ac
|
@ -77,7 +77,6 @@ struct symbol {
|
|||
tristate visible;
|
||||
int flags;
|
||||
struct property *prop;
|
||||
struct expr *dep, *dep2;
|
||||
struct expr_value rev_dep;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue