From 196074f3b28fe1ae005c37262ee844f898fc8a98 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 28 Aug 2015 09:38:18 +0000 Subject: remove a left-over after r220463 empty #ifdef INET check. MFC after: 1 week --- sys/netinet6/udp6_usrreq.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 087deb78d04c2..98790a8bcba71 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -1243,8 +1243,6 @@ udp6_send(struct socket *so, int flags, struct mbuf *m, INP_HASH_WLOCK(pcbinfo); error = udp6_output(inp, m, addr, control, td); INP_HASH_WUNLOCK(pcbinfo); -#ifdef INET -#endif INP_WUNLOCK(inp); return (error); -- cgit v1.3