projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03d2912
)
kconfig: remove unused members from struct symbol
author
Sam Ravnborg
<sam@ravnborg.org>
Fri, 20 Jul 2007 22:05:26 +0000
(
00:05
+0200)
committer
Sam Ravnborg
<sam@ravnborg.org>
Wed, 25 Jul 2007 19:14:30 +0000
(21:14 +0200)
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>
scripts/kconfig/expr.h
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/expr.h
b/scripts/kconfig/expr.h
index d6c33ce6dfdf61d7f22fbe919e9dd0f10a027981..a195986eec6f83f0d7b76627782815855fc845fe 100644
(file)
--- 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;
};