refactor backend

This commit is contained in:
Yihao Deng 2024-07-04 10:26:58 +00:00
parent 8428a5be37
commit 92ab689c46
1 changed files with 0 additions and 1 deletions

View File

@ -1606,7 +1606,6 @@ int32_t taskDbDoCheckpoint(void* arg, int64_t chkpId, int64_t processId) {
if (taosAcquireRef(taskDbWrapperId, refId) == NULL) {
code = terrno;
terrno = 0;
return code;
}