diff options
author | 1996-10-17 19:04:02 +0000 | |
---|---|---|
committer | 1996-10-17 19:04:02 +0000 | |
commit | ef635a980b7d6074a70ea9c596df8b45b12975bd (patch) | |
tree | 21bf00f880570558321a64c67801aae2f5bd772d | |
parent | Remove unnecessary macros, what was I thinking? (diff) | |
download | wireguard-openbsd-ef635a980b7d6074a70ea9c596df8b45b12975bd.tar.xz wireguard-openbsd-ef635a980b7d6074a70ea9c596df8b45b12975bd.zip |
REmove unused variable
-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, |