From 9d1d665dac609a7f9efe5c102a5a3a5cc2fa7dc8 Mon Sep 17 00:00:00 2001 From: oster Date: Fri, 5 Oct 2001 15:33:12 +0000 Subject: Nuke some #if 0 stuff. --- sys/dev/raidframe/rf_stripelocks.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_stripelocks.c b/sys/dev/raidframe/rf_stripelocks.c index 0eb6a3e1691..e6c203e36c4 100644 --- a/sys/dev/raidframe/rf_stripelocks.c +++ b/sys/dev/raidframe/rf_stripelocks.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_stripelocks.c,v 1.8 2001/10/04 15:58:56 oster Exp $ */ +/* $NetBSD: rf_stripelocks.c,v 1.9 2001/10/05 15:33:12 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -567,14 +567,6 @@ AddToWaitersQueue( RF_StripeLockDesc_t * lockDesc, RF_LockReqDesc_t * lockReqDesc) { -#if 0 /* XXX fvdl -- unitialized use of 'tid' */ - int tid; - - if (rf_stripeLockDebug) { - Dprintf3("[%d] Waiting on lock for stripe %ld table 0x%lx\n", tid, lockDesc->stripeID, (unsigned long) lockTable); - FLUSH; - } -#endif if (!lockDesc->waitersH) { lockDesc->waitersH = lockDesc->waitersT = lockReqDesc; } else { -- cgit