diff options
| author | xtraeme <xtraeme@NetBSD.org> | 2006-09-02 09:26:47 +0000 |
|---|---|---|
| committer | xtraeme <xtraeme@NetBSD.org> | 2006-09-02 09:26:47 +0000 |
| commit | 05670fe7736cb78ecf73946c82ffe91c08a76aef (patch) | |
| tree | 193016c4bec5737f8cabc5569c64def93c8932ba /sys/dev | |
| parent | 88112b2ad50fbda9ae48ee0a117f5b0893b61447 (diff) | |
Remove unused variable to make this build again.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/mb89352.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/mb89352.c b/sys/dev/ic/mb89352.c index e218c4a35eb..8ca641c027c 100644 --- a/sys/dev/ic/mb89352.c +++ b/sys/dev/ic/mb89352.c @@ -1,4 +1,4 @@ -/* $NetBSD: mb89352.c,v 1.41 2006/09/02 07:00:23 christos Exp $ */ +/* $NetBSD: mb89352.c,v 1.42 2006/09/02 09:26:47 xtraeme Exp $ */ /* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */ /*- @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.41 2006/09/02 07:00:23 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.42 2006/09/02 09:26:47 xtraeme Exp $"); #ifdef DDB #define integrate @@ -1036,7 +1036,6 @@ nextbyte: /* We now have a complete message. Parse it. */ switch (sc->sc_state) { struct spc_acb *acb; - struct scsipi_periph *periph; struct spc_tinfo *ti; case SPC_CONNECTED: |
