diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-17 19:04:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-17 19:04:03 +0000 |
commit | e5fe7f18f5333b8ea52baa4ef1ed755176e68d8a (patch) | |
tree | 11820c839c09a1d5959a174efb62e3478fe93cd2 /sys/dev/isa | |
parent | 2b9e6c5e7f5d374bedd8dc448dbf2d911c34922d (diff) |
REmove unused variable
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/rtfps.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/rtfps.c b/sys/dev/isa/rtfps.c index e0b4c2acd0e..310b5ab527a 100644 --- a/sys/dev/isa/rtfps.c +++ b/sys/dev/isa/rtfps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtfps.c,v 1.10 1996/05/26 00:27:27 deraadt Exp $ */ +/* $OpenBSD: rtfps.c,v 1.11 1996/10/17 19:04:02 niklas Exp $ */ /* $NetBSD: rtfps.c,v 1.23 1996/05/12 23:53:29 mycroft Exp $ */ /* @@ -148,7 +148,6 @@ rtfpsattach(parent, self, aux) struct rtfps_softc *sc = (void *)self; struct isa_attach_args *ia = aux; struct commulti_attach_args ca; - struct isa_attach_args isa; static int irqport[] = { IOBASEUNK, IOBASEUNK, IOBASEUNK, IOBASEUNK, IOBASEUNK, IOBASEUNK, IOBASEUNK, IOBASEUNK, |