[OFW] Delete redundant strcasecmp function
This commit is contained in:
parent
7ff75e21fa
commit
c1166e0bf1
@ -333,8 +333,6 @@ static int ofw_prop_index_of_string(struct rt_ofw_prop *prop, const char *string
|
|||||||
|
|
||||||
static rt_int32_t ofw_strcasecmp(const char *cs, const char *ct)
|
static rt_int32_t ofw_strcasecmp(const char *cs, const char *ct)
|
||||||
{
|
{
|
||||||
extern rt_int32_t strcasecmp(const char *cs, const char *ct);
|
|
||||||
|
|
||||||
return rt_strcasecmp(cs, ct);
|
return rt_strcasecmp(cs, ct);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user