summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-16 15:24:17 +0000
committerjhb <jhb@FreeBSD.org>2003-04-16 15:24:17 +0000
commit346da260701f0718656c1fc21b9c0e634a9ae603 (patch)
tree5259d0bc6c089df8d92c7df49ecedf0f82c68614 /sys/pci
parentd27d7e38fe40b953109e8f3421c0a92f549f615e (diff)
downloadFreeBSD-src-346da260701f0718656c1fc21b9c0e634a9ae603.zip
FreeBSD-src-346da260701f0718656c1fc21b9c0e634a9ae603.tar.gz
Remove another unused variable.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_pcn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index 3fed699..4462160 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -504,7 +504,6 @@ pcn_attach(dev)
device_t dev;
{
u_int32_t eaddr[2];
- u_int32_t command;
struct pcn_softc *sc;
struct ifnet *ifp;
int unit, error = 0, rid;
OpenPOWER on IntegriCloud