From 2992626c96dac0129e682e826d03f55e0820ffdf Mon Sep 17 00:00:00 2001 From: oster Date: Thu, 5 Oct 2006 17:59:36 +0000 Subject: Revert previous change: Remove an unused variable declaration that was (likely accidentally) added as the only change in the last commit. --- sys/dev/raidframe/rf_netbsdkintf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_netbsdkintf.c b/sys/dev/raidframe/rf_netbsdkintf.c index 862b2a66797..cc83f74e0ea 100644 --- a/sys/dev/raidframe/rf_netbsdkintf.c +++ b/sys/dev/raidframe/rf_netbsdkintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_netbsdkintf.c,v 1.215 2006/10/05 17:35:19 tls Exp $ */ +/* $NetBSD: rf_netbsdkintf.c,v 1.216 2006/10/05 17:59:36 oster Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -146,7 +146,7 @@ ***********************************************************/ #include -__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.215 2006/10/05 17:35:19 tls Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.216 2006/10/05 17:59:36 oster Exp $"); #include #include @@ -1858,7 +1858,6 @@ int rf_DispatchKernelIO(RF_DiskQueue_t *queue, RF_DiskQueueData_t *req) { int op = (req->type == RF_IO_TYPE_READ) ? B_READ : B_WRITE; - int s; struct buf *bp; req->queue = queue; -- cgit