From a2157a13a5aa5b2c19e073ab30e1185fc0126acd Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 28 Jan 2021 14:04:02 -0500 Subject: lib: Remove #if 0 code Just some more dead code that has been sitting unused for a very long time. Signed-off-by: Donald Sharp --- lib/workqueue.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/workqueue.c') diff --git a/lib/workqueue.c b/lib/workqueue.c index f8e4677220..8eabdf52e7 100644 --- a/lib/workqueue.c +++ b/lib/workqueue.c @@ -377,11 +377,6 @@ stats: if (yielded) wq->yields++; -#if 0 - printf ("%s: cycles %d, new: best %d, worst %d\n", - __func__, cycles, wq->cycles.best, wq->cycles.granularity); -#endif - /* Is the queue done yet? If it is, call the completion callback. */ if (!work_queue_empty(wq)) { if (ret == WQ_RETRY_LATER || -- cgit v1.2.3