summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2001-10-05 15:33:12 +0000
committeroster <oster@NetBSD.org>2001-10-05 15:33:12 +0000
commit9d1d665dac609a7f9efe5c102a5a3a5cc2fa7dc8 (patch)
tree6795f8c546c5cf68c31521dccb6022401319ede2 /sys/dev/raidframe
parent8b951d1f0d4883617a64a828395263036bfb589a (diff)
Nuke some #if 0 stuff.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_stripelocks.c10
1 files changed, 1 insertions, 9 deletions
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 {