diff options
author | 2008-10-21 05:36:46 +0000 | |
---|---|---|
committer | 2008-10-21 05:36:46 +0000 | |
commit | b15bc32079ae5b1b19ab4259686bfbfc6828aadb (patch) | |
tree | d92e643cf43602700d4e3ed9377dae5aa993314e | |
parent | Stray space (diff) | |
download | wireguard-openbsd-b15bc32079ae5b1b19ab4259686bfbfc6828aadb.tar.xz wireguard-openbsd-b15bc32079ae5b1b19ab4259686bfbfc6828aadb.zip |
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, |