From ca76185f1afa225272263b4f94a16e6ba4e99413 Mon Sep 17 00:00:00 2001 From: bz Date: Thu, 17 Sep 2015 06:07:49 +0000 Subject: Remove unused variable leading to compile errors. --- sys/mips/atheros/ar71xx_pci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/mips/atheros') diff --git a/sys/mips/atheros/ar71xx_pci.c b/sys/mips/atheros/ar71xx_pci.c index dc6afc4..f745949 100644 --- a/sys/mips/atheros/ar71xx_pci.c +++ b/sys/mips/atheros/ar71xx_pci.c @@ -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); -- cgit v1.1