diff options
Diffstat (limited to 'scripts/kconfig/expr.c')
-rw-r--r-- | scripts/kconfig/expr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/expr.c b/scripts/kconfig/expr.c index d6626521f9b9..4b4cf8e21314 100644 --- a/scripts/kconfig/expr.c +++ b/scripts/kconfig/expr.c | |||
@@ -978,9 +978,6 @@ tristate expr_calc_value(struct expr *e) | |||
978 | 978 | ||
979 | int expr_compare_type(enum expr_type t1, enum expr_type t2) | 979 | int expr_compare_type(enum expr_type t1, enum expr_type t2) |
980 | { | 980 | { |
981 | #if 0 | ||
982 | return 1; | ||
983 | #else | ||
984 | if (t1 == t2) | 981 | if (t1 == t2) |
985 | return 0; | 982 | return 0; |
986 | switch (t1) { | 983 | switch (t1) { |
@@ -1005,7 +1002,6 @@ int expr_compare_type(enum expr_type t1, enum expr_type t2) | |||
1005 | } | 1002 | } |
1006 | printf("[%dgt%d?]", t1, t2); | 1003 | printf("[%dgt%d?]", t1, t2); |
1007 | return 0; | 1004 | return 0; |
1008 | #endif | ||
1009 | } | 1005 | } |
1010 | 1006 | ||
1011 | static inline struct expr * | 1007 | static inline struct expr * |