From: Simon Schubert Date: Sun, 2 Jul 2006 00:49:22 +0000 (+0000) Subject: Delete unused variable X-Git-Tag: v2.0.1~4736 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6e8af7f0f6ca0ebdf6b037b712fd8079fd6601e9?ds=sidebyside Delete unused variable --- diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 66a6fce604..583c9d6bd7 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -32,7 +32,7 @@ * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 * $FreeBSD: src/sys/net/if_ethersubr.c,v 1.70.2.33 2003/04/28 15:45:53 archie Exp $ - * $DragonFly: src/sys/net/if_ethersubr.c,v 1.36 2006/06/25 11:02:39 corecode Exp $ + * $DragonFly: src/sys/net/if_ethersubr.c,v 1.37 2006/07/02 00:49:22 corecode Exp $ */ #include "opt_atalk.h" @@ -550,8 +550,6 @@ ether_input_internal(struct ifnet *ifp, struct mbuf *m) 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 */