mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
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:
parent
6e745eeddd
commit
46b0539ca4
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue