mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
kconfig: Remove dead code
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
70529b1a17
commit
463157444e
4 changed files with 0 additions and 39 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue