fix: fix scheduler callback issue

This commit is contained in:
dapan1121 2022-06-29 16:29:12 +08:00
parent 6dc7eaa107
commit 16c6427e7b
1 changed files with 0 additions and 4 deletions

View File

@ -113,10 +113,6 @@ _return:
schReleaseJob(pJob->refId);
}
if (code != TSDB_CODE_SUCCESS) {
pReq->fp(NULL, pReq->cbParam, code);
}
return code;
}