diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 8698647a860..6f0e6e3cc17 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.