summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ast.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-06-02 17:23:02 +0000
committerniklas <niklas@openbsd.org>1996-06-02 17:23:02 +0000
commit34b5e5fd8a0b082adc1256ea819556a16cf10412 (patch)
tree0001ee908afc53d7cb0298434fedd0e3cf555219 /sys/dev/isa/ast.c
parent-DIPFILTER_LOG no longer needed w/ -D_KERNEL (diff)
downloadwireguard-openbsd-34b5e5fd8a0b082adc1256ea819556a16cf10412.tar.xz
wireguard-openbsd-34b5e5fd8a0b082adc1256ea819556a16cf10412.zip
removed an unused variable
Diffstat (limited to 'sys/dev/isa/ast.c')
-rw-r--r--sys/dev/isa/ast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c
index fd63423c6a5..f67c593823c 100644
--- a/sys/dev/isa/ast.c
+++ b/sys/dev/isa/ast.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ast.c,v 1.11 1996/05/26 00:27:11 deraadt Exp $ */
+/* $OpenBSD: ast.c,v 1.12 1996/06/02 17:23:02 niklas Exp $ */
/* $NetBSD: ast.c,v 1.28 1996/05/12 23:51:45 mycroft Exp $ */
/*
@@ -146,7 +146,6 @@ astattach(parent, self, aux)
struct ast_softc *sc = (void *)self;
struct isa_attach_args *ia = aux;
struct commulti_attach_args ca;
- bus_chipset_tag_t bc = ia->ia_bc;
int i;
sc->sc_bc = ia->ia_bc;