summaryrefslogtreecommitdiff
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2003-06-02 03:24:48 -0700
committerBen Collins <bcollins@debian.org>2003-06-02 03:24:48 -0700
commit386ebbf28c019d16a08090df495de797ed4a499a (patch)
tree84d7cb18943bab87b988d94dd37b42311e0f802b /scripts/kconfig/expr.h
parentd4f8a4530eb07a1385fd17b0e62a7dce97486f49 (diff)
[PATCH] expression support
"default" accepts now not only a single symbol but also an expression which can be assigned to boolean and tristate symbols.
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 3ebdf602cc39..47d65ea2562a 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -105,7 +105,6 @@ struct property {
struct symbol *sym;
enum prop_type type;
const char *text;
- struct symbol *def;
struct expr_value visible;
struct expr *expr;
struct menu *menu;