Remove the most useful INET || INET6 check leftover from whenever,

doing nothing.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Bjoern A. Zeeb 2016-05-03 16:01:53 +00:00
parent 6e745eeddd
commit 46b0539ca4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298985

View File

@ -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.