other: code optimization

This commit is contained in:
Cary Xu 2022-06-17 18:11:09 +08:00
parent 715bb6d2e9
commit 22e62e5cd2
1 changed files with 0 additions and 1 deletions

View File

@ -519,7 +519,6 @@ static int32_t tsdbCommitToFile(SCommitH *pCommith, SDFileSet *pSet, int fid) {
tsdbApplyDFileSetChange(TSDB_COMMIT_WRITE_FSET(pCommith), pSet); tsdbApplyDFileSetChange(TSDB_COMMIT_WRITE_FSET(pCommith), pSet);
return -1; return -1;
} }
++fIter; ++fIter;
} else { } else {
ASSERT(0); ASSERT(0);