summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorxtraeme <xtraeme@NetBSD.org>2006-08-28 11:45:38 +0000
committerxtraeme <xtraeme@NetBSD.org>2006-08-28 11:45:38 +0000
commit6c90d7030bf0101488b9ecdeb4aa997c8ed85a0f (patch)
treed6bdb010d37e7a450c0e5b0bcc6363e4345df886 /sys/dev
parentf2c2a49a27defa79fa0edb71959c72991f593172 (diff)
Remove unused variable 'periph' to make this build.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/aic6360.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/aic6360.c b/sys/dev/ic/aic6360.c
index 7cf19f05353..149c1aad616 100644
--- a/sys/dev/ic/aic6360.c
+++ b/sys/dev/ic/aic6360.c
@@ -1,4 +1,4 @@
-/* $NetBSD: aic6360.c,v 1.89 2006/08/27 23:23:48 christos Exp $ */
+/* $NetBSD: aic6360.c,v 1.90 2006/08/28 11:45:38 xtraeme Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.89 2006/08/27 23:23:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.90 2006/08/28 11:45:38 xtraeme Exp $");
#include "opt_ddb.h"
@@ -1071,7 +1071,6 @@ nextbyte:
/* We now have a complete message. Parse it. */
switch (sc->sc_state) {
struct aic_acb *acb;
- struct scsipi_periph *periph;
struct aic_tinfo *ti;
case AIC_CONNECTED: