mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Removed assertion that always equaled true.
This commit is contained in:
parent
0e0a7d82de
commit
2a9ee35411
@ -321,7 +321,6 @@ static s8_t find_entry(struct ip_addr *ipaddr, u8_t flags)
|
||||
}
|
||||
|
||||
/* { empty or recyclable entry found } */
|
||||
LWIP_ASSERT("i >= 0", i >= 0);
|
||||
LWIP_ASSERT("i < ARP_TABLE_SIZE", i < ARP_TABLE_SIZE);
|
||||
|
||||
/* recycle entry (no-op for an already empty entry) */
|
||||
|
Loading…
Reference in New Issue
Block a user