Commit 1edf1c00 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kconfig: remove unused members from struct symbol


dep and dep2 in struct symbol was unused - remove them.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
parent 03d29122
......@@ -77,7 +77,6 @@ struct symbol {
tristate visible;
int flags;
struct property *prop;
struct expr *dep, *dep2;
struct expr_value rev_dep;
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment