summaryrefslogtreecommitdiffstats
path: root/queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'queue.c')
-rw-r--r--queue.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/queue.c b/queue.c
index fa682765..a89c7de9 100644
--- a/queue.c
+++ b/queue.c
@@ -1321,10 +1321,6 @@ queueChkStopWrkrDA(queue_t *pThis)
static int
queueChkStopWrkrReg(queue_t *pThis)
{
- BEGINfunc
- int bStopWrkr = pThis->bEnqOnly || pThis->bRunsDA || (pThis->pqParent != NULL && pThis->iQueueSize == 0);
-RUNLOG_VAR("%d", bStopWrkr);
- ENDfunc
return pThis->bEnqOnly || pThis->bRunsDA || (pThis->pqParent != NULL && pThis->iQueueSize == 0);
}