From 0a2a1181aca281ddee86fe1b49a80433619ce8aa Mon Sep 17 00:00:00 2001 From: Felix Kronlage Date: Tue, 21 Oct 2008 05:36:47 +0000 Subject: remove unused variable 'v', unbreaks the tree asked by jsg@ --- sys/dev/pci/auacer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/pci/auacer.c b/sys/dev/pci/auacer.c index 1b7be25098e..24e68e3740c 100644 --- a/sys/dev/pci/auacer.c +++ b/sys/dev/pci/auacer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auacer.c,v 1.2 2008/10/20 19:43:39 brad Exp $ */ +/* $OpenBSD: auacer.c,v 1.3 2008/10/21 05:36:46 fkr Exp $ */ /* $NetBSD: auacer.c,v 1.3 2004/11/10 04:20:26 kent Exp $ */ /*- @@ -241,7 +241,6 @@ auacer_attach(struct device *parent, struct device *self, void *aux) struct pci_attach_args *pa = aux; pci_intr_handle_t ih; bus_size_t aud_size; - pcireg_t v; const char *intrstr; if (pci_mapreg_map(pa, PCI_MAPREG_START, PCI_MAPREG_TYPE_IO, 0, -- cgit v1.2.3