aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-07-21 00:05:26 +0200
committerSam Ravnborg <sam@ravnborg.org>2007-07-25 21:14:30 +0200
commit1edf1c00acf8d9b60d436d6a0a55e395353a446c (patch)
treeba1c04ed2e1fde1def687c4731dbd888d814c5b6 /scripts/kconfig
parentkconfig: attach help text to menus (diff)
downloadlinux-dev-1edf1c00acf8d9b60d436d6a0a55e395353a446c.tar.xz
linux-dev-1edf1c00acf8d9b60d436d6a0a55e395353a446c.zip
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 '')
-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 d6c33ce6dfdf..a195986eec6f 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -77,7 +77,6 @@ struct symbol {
tristate visible;
int flags;
struct property *prop;
- struct expr *dep, *dep2;
struct expr_value rev_dep;
};