From 6c90d7030bf0101488b9ecdeb4aa997c8ed85a0f Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 28 Aug 2006 11:45:38 +0000 Subject: Remove unused variable 'periph' to make this build. --- sys/dev/ic/aic6360.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 -__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: -- cgit