Skip to content

Commit

Permalink
[OFW] Delete redundant strcasecmp function
Browse files Browse the repository at this point in the history
  • Loading branch information
1078249029 authored and mysterywolf committed Dec 14, 2024
1 parent 7ff75e2 commit c1166e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/drivers/ofw/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
extern rt_int32_t strcasecmp(const char *cs, const char *ct);

return rt_strcasecmp(cs, ct);
}

Expand Down

0 comments on commit c1166e0

Please sign in to comment.