--- src/sys/net/if_ethersubr.c 2006/06/25 11:02:39 1.36 +++ src/sys/net/if_ethersubr.c 2006/07/02 00:49:22 1.37 @@ -550,8 +550,6 @@ ether_input_internal(struct ifnet *ifp, void ether_input(struct ifnet *ifp, struct ether_header *eh, struct mbuf *m) { - struct ether_header save_eh; - ASSERT_SERIALIZED(ifp->if_serializer); /* XXX old crufty stuff, needs to be removed */