aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_pcn.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-04-16 15:24:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-04-16 15:24:17 +0000
commit918f6e721b89529fb18867992b2ee61a4fd300c9 (patch)
tree5259d0bc6c089df8d92c7df49ecedf0f82c68614 /sys/pci/if_pcn.c
parentc3bc903d9ab90dcbf3d02898cb56886ce9ac434c (diff)
downloadsrc-918f6e721b89529fb18867992b2ee61a4fd300c9.tar.gz
src-918f6e721b89529fb18867992b2ee61a4fd300c9.zip
Remove another unused variable.
Notes
Notes: svn path=/head/; revision=113565
Diffstat (limited to 'sys/pci/if_pcn.c')
-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 3fed69924df1..446216082c85 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;