mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-29 00:32:51 +00:00
9c6708513a
The h will point to NULL if h->next->next is NULL anyway. So remove the unnecessary NULL test for h->next->next in each iteration. Signed-off-by: Axel Lin <axel.lin@ingics.com>