mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-03-14 01:26:52 +00:00
PCB_ISIPV6() macro is well defined for all cases (LWIP_IPV4 && LWIP_IPV6, LWIP_IPV4 only and LWIP_IPV6 only), thus remove the unnecessary #if guard around PCB_ISIPV6() calls. Signed-off-by: Axel Lin <axel.lin@ingics.com>