kconfig: Remove dead code

Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Michal Marek 2015-02-24 16:32:09 +01:00
parent 70529b1a17
commit 463157444e
4 changed files with 0 additions and 39 deletions

View 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 *