kconfig: remove sym from struct property
[carl9170fw.git] / config / expr.h
index 017843c9a4f42c81b234c8c25838ca514053047d..6e102a3b8bd5d79e33b241ca0fa03525f1b5e58f 100644 (file)
@@ -191,7 +191,6 @@ enum prop_type {
 
 struct property {
        struct property *next;     /* next property - null if last */
-       struct symbol *sym;        /* the symbol for which the property is associated */
        enum prop_type type;       /* type of property */
        const char *text;          /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */
        struct expr_value visible;