X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fexpr.c;h=4b4cf8e21314a27f66ba55904f63a1e4292a1e92;hb=07e4b780c277720017c452506789282bdb62b8c7;hp=d6626521f9b9ab9d166fcb9e916a6ea5bc8a7eba;hpb=320cfce45cb7016f265df42c9512414fb8e5d1e1;p=carl9170fw.git diff --git a/config/expr.c b/config/expr.c index d662652..4b4cf8e 100644 --- a/config/expr.c +++ b/config/expr.c @@ -978,9 +978,6 @@ tristate expr_calc_value(struct expr *e) int expr_compare_type(enum expr_type t1, enum expr_type t2) { -#if 0 - return 1; -#else if (t1 == t2) return 0; switch (t1) { @@ -1005,7 +1002,6 @@ int expr_compare_type(enum expr_type t1, enum expr_type t2) } printf("[%dgt%d?]", t1, t2); return 0; -#endif } static inline struct expr *