diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-01-29 09:14:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 09:14:49 +0200 |
| commit | 67725010ff127b7564415fe6370374d0486ca31e (patch) | |
| tree | 3bfff34007de268c71a895e3b00e123b97ad58a0 /lib/workqueue.c | |
| parent | 79ea62839faf16a2de4ab366d7d6b340f68e58ee (diff) | |
| parent | 153bdb3d03542530ed1deccbefc716cb4b699a67 (diff) | |
Merge pull request #7974 from donaldsharp/more_if_zero
More if zero
Diffstat (limited to 'lib/workqueue.c')
| -rw-r--r-- | lib/workqueue.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 || |
