Remove unused variable leading to compile errors.

This commit is contained in:
bz 2015-09-17 06:07:49 +00:00
parent 7b465d492b
commit ca76185f1a

View File

@ -377,7 +377,6 @@ ar71xx_pci_probe(device_t dev)
static int
ar71xx_pci_attach(device_t dev)
{
int busno = 0;
int rid = 0;
struct ar71xx_pci_softc *sc = device_get_softc(dev);