diff options
| author | oster <oster@NetBSD.org> | 2001-01-27 20:18:55 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2001-01-27 20:18:55 +0000 |
| commit | 1949425ffc5c4665d9c40ff46986b31c8653295c (patch) | |
| tree | dc604daeb6dfa3cdf485e6cf418d0cb088079e33 /sys/dev/raidframe | |
| parent | e6d8ca0deef293911b650f386c30893b41e7b1b5 (diff) | |
Nuke some bogus debug code that was already '#if 0'ed out.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_sstf.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/raidframe/rf_sstf.c b/sys/dev/raidframe/rf_sstf.c index d1c7e8d34b5..3b45f4b44fd 100644 --- a/sys/dev/raidframe/rf_sstf.c +++ b/sys/dev/raidframe/rf_sstf.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_sstf.c,v 1.5 2000/12/04 11:35:46 fvdl Exp $ */ +/* $NetBSD: rf_sstf.c,v 1.6 2001/01/27 20:18:55 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -633,16 +633,6 @@ rf_SstfPromote(qptr, parityStripeID, which_ru) sstfq = (RF_Sstf_t *) qptr; n = 0; -#if 0 /* XXX fvdl -- unitialized use of variable 'r' */ - if (rf_sstfDebug || rf_scanDebug || rf_cscanDebug) { - printf("raid%d: promote %ld %d queues are %d,%d,%d\n", - r->raidPtr->raidid, (long) parityStripeID, - (int) which_ru, - sstfq->left.qlen, - sstfq->right.qlen, - sstfq->lopri.qlen); - } -#endif for (r = sstfq->lopri.queue; r; r = next) { next = r->next; if (rf_sstfDebug || rf_scanDebug || rf_cscanDebug) { |
