Removed unused variable in ip_debug_print()

This commit is contained in:
goldsimon 2012-02-14 21:30:38 +01:00
parent d4b169a6de
commit aecc5db1be

View File

@ -872,9 +872,6 @@ void
ip_debug_print(struct pbuf *p)
{
struct ip_hdr *iphdr = (struct ip_hdr *)p->payload;
u8_t *payload;
payload = (u8_t *)iphdr + IP_HLEN;
LWIP_DEBUGF(IP_DEBUG, ("IP header:\n"));
LWIP_DEBUGF(IP_DEBUG, ("+-------------------------------+\n"));