diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-07-20 18:05:26 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-07-25 15:14:30 -0400 |
commit | 1edf1c00acf8d9b60d436d6a0a55e395353a446c (patch) | |
tree | ba1c04ed2e1fde1def687c4731dbd888d814c5b6 /scripts/kconfig/expr.h | |
parent | 03d29122738f0bd81afd44b1f566e64ebf8d06fe (diff) |
kconfig: remove unused members from struct symbol
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>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index d6c33ce6dfdf..a195986eec6f 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -77,7 +77,6 @@ struct symbol { | |||
77 | tristate visible; | 77 | tristate visible; |
78 | int flags; | 78 | int flags; |
79 | struct property *prop; | 79 | struct property *prop; |
80 | struct expr *dep, *dep2; | ||
81 | struct expr_value rev_dep; | 80 | struct expr_value rev_dep; |
82 | }; | 81 | }; |
83 | 82 | ||