summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/wti.c')
-rw-r--r--runtime/wti.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wti.c b/runtime/wti.c
index 7029dcfd..942f7cf1 100644
--- a/runtime/wti.c
+++ b/runtime/wti.c
@@ -319,7 +319,6 @@ wtiWorkerCancelCleanup(void *arg)
DBGPRINTF("%s: cancelation cleanup handler called.\n", wtiGetDbgHdr(pThis));
/* call user supplied handler (that one e.g. requeues the element) */
-// MULTIQUEUE: need to change here!
pWtp->pfOnWorkerCancel(pThis->pWtp->pUsr, pThis->batch.pElem[0].pUsrp);
pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &iCancelStateSave);