From 22e62e5cd2e4833302761dc6a6283c2582dadaa3 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Fri, 17 Jun 2022 18:11:09 +0800 Subject: [PATCH] other: code optimization --- source/dnode/vnode/src/tsdb/tsdbCommit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dnode/vnode/src/tsdb/tsdbCommit.c b/source/dnode/vnode/src/tsdb/tsdbCommit.c index 284b6c9a4c..e98fd8ae1f 100644 --- a/source/dnode/vnode/src/tsdb/tsdbCommit.c +++ b/source/dnode/vnode/src/tsdb/tsdbCommit.c @@ -519,7 +519,6 @@ static int32_t tsdbCommitToFile(SCommitH *pCommith, SDFileSet *pSet, int fid) { tsdbApplyDFileSetChange(TSDB_COMMIT_WRITE_FSET(pCommith), pSet); return -1; } - ++fIter; } else { ASSERT(0); -- GitLab