kconfig: remove unused members from struct symbol
authorSam Ravnborg <sam@ravnborg.org>
Fri, 20 Jul 2007 22:05:26 +0000 (00:05 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 25 Jul 2007 19:14:30 +0000 (21:14 +0200)
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>
scripts/kconfig/expr.h

index d6c33ce..a195986 100644 (file)
@@ -77,7 +77,6 @@ struct symbol {
        tristate visible;
        int flags;
        struct property *prop;
-       struct expr *dep, *dep2;
        struct expr_value rev_dep;
 };