fixup: remove unused minVer and maxVer in ctx of SCommitter2

This commit is contained in:
Benguang Zhao 2023-09-01 18:12:45 +08:00
parent 6b753cc0cd
commit 54a10154a4
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ typedef struct {
SDiskID did;
TSKEY minKey;
TSKEY maxKey;
int64_t minVer;
int64_t maxVer;
STFileSet *fset;
TABLEID tbid[1];
bool hasTSData;