Removed assertion that always equaled true.

This commit is contained in:
likewise 2004-12-27 14:50:03 +00:00
parent 0e0a7d82de
commit 2a9ee35411

View File

@ -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) */