diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2008-10-21 05:36:47 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2008-10-21 05:36:47 +0000 |
commit | 0a2a1181aca281ddee86fe1b49a80433619ce8aa (patch) | |
tree | 207ef15907704260c87427917ab91a7025f23671 | |
parent | adae2ae5a0e0f9d431eedd7435ce536790a3029e (diff) |
remove unused variable 'v', unbreaks the tree
asked by jsg@
-rw-r--r-- | sys/dev/pci/auacer.c | 3 |
1 files changed, 1 insertions, 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, |