From a0e5ea962e5b88a8d2d5573314bd38d106186be7 Mon Sep 17 00:00:00 2001 From: bz Date: Tue, 3 May 2016 16:01:53 +0000 Subject: Remove the most useful INET || INET6 check leftover from whenever, doing nothing. MFC after: 1 week Sponsored by: The FreeBSD Foundation --- sys/net/if_ethersubr.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/net/if_ethersubr.c') diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 8698647..6f0e6e3 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -426,9 +426,6 @@ ether_output_frame(struct ifnet *ifp, struct mbuf *m) return ((ifp->if_transmit)(ifp, m)); } -#if defined(INET) || defined(INET6) -#endif - /* * Process a received Ethernet packet; the packet is in the * mbuf chain m with the ethernet header at the front. -- cgit v1.1