Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1edf1c00acf8d9b60d436d6a0a55e395353a446c
Commit:     1edf1c00acf8d9b60d436d6a0a55e395353a446c
Parent:     03d29122738f0bd81afd44b1f566e64ebf8d06fe
Author:     Sam Ravnborg <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 21 00:05:26 2007 +0200
Committer:  Sam Ravnborg <[EMAIL PROTECTED]>
CommitDate: Wed Jul 25 21:14:30 2007 +0200

    kconfig: remove unused members from struct symbol
    
    dep and dep2 in struct symbol was unused - remove them.
    
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
    Cc: Roman Zippel <[EMAIL PROTECTED]>
---
 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 d6c33ce..a195986 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;
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to