Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,6 @@ struct symbol {
tristate visible;
int flags;
struct property *prop;
struct expr *dep, *dep2;
struct expr_value rev_dep;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment