diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 17:23:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-02 17:23:03 +0000 |
commit | f73058e73a63fb13a77b5091819b8c25cded909f (patch) | |
tree | 709d3c76f9bf5ac8a105c87dc13556c0992c223c /sys/dev | |
parent | bc32fd9d08708f917b33a4ea9eeca30eb887556d (diff) |
removed an unused variable
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/ast.c | 3 |
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; |