diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 12:40:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 12:40:56 +0000 |
commit | f734b3e8cc107eccf53fdce270a92909172b8535 (patch) | |
tree | 4e273e4a2d3f173dba7cf9bd47078bfbfba88a11 /sys/dev/pci/ahc_pci.c | |
parent | 2ee82825aa7a08dca369d4bc278bd9f149d6295f (diff) |
unused var
Diffstat (limited to 'sys/dev/pci/ahc_pci.c')
-rw-r--r-- | sys/dev/pci/ahc_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ahc_pci.c b/sys/dev/pci/ahc_pci.c index 903df7a1e60..51dbef09864 100644 --- a/sys/dev/pci/ahc_pci.c +++ b/sys/dev/pci/ahc_pci.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_pci.c,v 1.3 1996/08/21 22:27:49 deraadt Exp $ + * $Id: ahc_pci.c,v 1.4 1996/10/16 12:40:55 deraadt Exp $ */ #if defined(__FreeBSD__) @@ -289,7 +289,6 @@ ahc_pci_attach(parent, self, aux) #elif defined(__NetBSD__) || defined(__OpenBSD__) struct pci_attach_args *pa = aux; struct ahc_data *ahc = (void *)self; - int unit = ahc->sc_dev.dv_unit; bus_io_addr_t iobase; bus_io_size_t iosize; bus_io_handle_t ioh; |