diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-02 22:01:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-02 22:01:28 +0000 |
commit | a3faeb500f72ff4883d6618ed3a2d2295b2220a9 (patch) | |
tree | 50c0609eec5db504b6baeb68f6cb9ca67ede59c4 /sys/dev/isa | |
parent | 9eb70d8e112658c3730c29a757960a423666d3b3 (diff) |
unused var
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/sb_isapnp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/sb_isapnp.c b/sys/dev/isa/sb_isapnp.c index e291d94e89f..4a28bce804f 100644 --- a/sys/dev/isa/sb_isapnp.c +++ b/sys/dev/isa/sb_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sb_isapnp.c,v 1.7 1999/01/02 17:48:31 niklas Exp $ */ +/* $OpenBSD: sb_isapnp.c,v 1.8 1999/01/02 22:01:27 niklas Exp $ */ /* $NetBSD: sb_isa.c,v 1.3 1997/03/20 11:03:11 mycroft Exp $ */ /* @@ -89,7 +89,6 @@ sb_isapnp_attach(parent, self, aux) { struct sbdsp_softc *sc = (struct sbdsp_softc *) self; struct isa_attach_args *ia = aux; - int i; sc->sc_iot = ia->ia_iot; sc->sc_irq = ia->ipa_irq[0].num; |