diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index c1ba7be222b..fb248c6efaa 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -384,7 +384,6 @@ udp_input(struct mbuf *m, int off) int cscov_partial; uint8_t pr; - iphlen = off; ifp = m->m_pkthdr.rcvif; UDPSTAT_INC(udps_ipackets);