From: Sam Ravnborg Date: Fri, 20 Jul 2007 22:05:26 +0000 (+0200) Subject: kconfig: remove unused members from struct symbol X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1edf1c00acf8d9b60d436d6a0a55e395353a446c;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git kconfig: remove unused members from struct symbol dep and dep2 in struct symbol was unused - remove them. Signed-off-by: Sam Ravnborg Cc: Roman Zippel --- diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index d6c33ce6dfd..a195986eec6 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; };