diff options
author | msmith <msmith@FreeBSD.org> | 2000-12-13 01:06:54 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-12-13 01:06:54 +0000 |
commit | d735b2ca4e96a62e4c27c17b371d4427cb56a951 (patch) | |
tree | 530d3ee0dc83d0f3c39bdfb4aeaf947dfe67ed45 /sys/pci/uhci_pci.c | |
parent | 8fb19aa301bf05a6d0e411ceb787bf9d53acf8a7 (diff) | |
download | FreeBSD-src-d735b2ca4e96a62e4c27c17b371d4427cb56a951.zip FreeBSD-src-d735b2ca4e96a62e4c27c17b371d4427cb56a951.tar.gz |
Remove a couple of leftover unused variables.
Diffstat (limited to 'sys/pci/uhci_pci.c')
-rw-r--r-- | sys/pci/uhci_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c index d3dfa09..3aaf3f3 100644 --- a/sys/pci/uhci_pci.c +++ b/sys/pci/uhci_pci.c @@ -172,7 +172,6 @@ uhci_pci_attach(device_t self) { uhci_softc_t *sc = device_get_softc(self); int rid; - int intr; int err; rid = PCI_UHCI_BASE_REG; |