kconfig: Remove dead code
[carl9170fw.git] / config / expr.c
index d6626521f9b9ab9d166fcb9e916a6ea5bc8a7eba..4b4cf8e21314a27f66ba55904f63a1e4292a1e92 100644 (file)
@@ -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 *