Remove an unused variable
This commit is contained in:
parent
fa33d35f40
commit
db379ec35c
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_mc.c,v 1.39 2012/10/27 17:17:59 chs Exp $ */
|
||||
/* $NetBSD: if_mc.c,v 1.40 2013/10/19 19:47:55 martin Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 David Huang <khym@azeotrope.org>
|
||||
@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.39 2012/10/27 17:17:59 chs Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_mc.c,v 1.40 2013/10/19 19:47:55 martin Exp $");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_inet.h"
|
||||
@ -471,9 +471,9 @@ struct mc_softc *sc = arg;
|
||||
integrate void
|
||||
mc_tint(struct mc_softc *sc)
|
||||
{
|
||||
u_int8_t xmtrc, xmtfs;
|
||||
u_int8_t /* xmtrc,*/ xmtfs;
|
||||
|
||||
xmtrc = NIC_GET(sc, MACE_XMTRC);
|
||||
/* xmtrc = */ NIC_GET(sc, MACE_XMTRC);
|
||||
xmtfs = NIC_GET(sc, MACE_XMTFS);
|
||||
|
||||
if ((xmtfs & XMTSV) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user