kconfig: remove unused members from struct symbol
[pandora-kernel.git] / 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;
 };