From 05670fe7736cb78ecf73946c82ffe91c08a76aef Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 2 Sep 2006 09:26:47 +0000 Subject: Remove unused variable to make this build again. --- sys/dev/ic/mb89352.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 -__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: -- cgit