tsdb/merge-tree: cleanup comment

This commit is contained in:
Minglei Jin 2023-08-01 17:25:15 +08:00
parent f72f129d41
commit 1d5532019f
1 changed files with 0 additions and 1 deletions

View File

@ -759,7 +759,6 @@ int32_t tMergeTreeOpen2(SMergeTree *pMTree, SMergeTreeConf *pConf) {
pMTree->ignoreEarlierTs = false; pMTree->ignoreEarlierTs = false;
// todo handle other level of stt files, here only deal with the first level stt
int32_t size = ((STFileSet *)pConf->pCurrentFileset)->lvlArr->size; int32_t size = ((STFileSet *)pConf->pCurrentFileset)->lvlArr->size;
if (size == 0) { if (size == 0) {
goto _end; goto _end;