Remove some dead code.

Coverity ID:	822
Found by:	Coverity Prevent
Reviewed by:	ariff
MFC after:	1 week
This commit is contained in:
John Baldwin 2006-02-23 19:23:55 +00:00
parent b36f458861
commit de49f3252c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155958

View file

@ -385,10 +385,8 @@ chn_fmtbest(u_int32_t fmt, u_int32_t *fmts)
}
} else if (best2 == 0)
return best1;
else if (best1 == 0)
else
return best2;
return best1;
}
u_int32_t