Skip to content

Commit c1166e0

Browse files
1078249029mysterywolf
authored andcommitted
[OFW] Delete redundant strcasecmp function
1 parent 7ff75e2 commit c1166e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/drivers/ofw/base.c

-2
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ static int ofw_prop_index_of_string(struct rt_ofw_prop *prop, const char *string
333333

334334
static rt_int32_t ofw_strcasecmp(const char *cs, const char *ct)
335335
{
336-
extern rt_int32_t strcasecmp(const char *cs, const char *ct);
337-
338336
return rt_strcasecmp(cs, ct);
339337
}
340338

0 commit comments

Comments
 (0)