fixup: remove unused minVer and maxVer in ctx of SCommitter2
This commit is contained in:
parent
6b753cc0cd
commit
54a10154a4
|
@ -43,8 +43,6 @@ typedef struct {
|
||||||
SDiskID did;
|
SDiskID did;
|
||||||
TSKEY minKey;
|
TSKEY minKey;
|
||||||
TSKEY maxKey;
|
TSKEY maxKey;
|
||||||
int64_t minVer;
|
|
||||||
int64_t maxVer;
|
|
||||||
STFileSet *fset;
|
STFileSet *fset;
|
||||||
TABLEID tbid[1];
|
TABLEID tbid[1];
|
||||||
bool hasTSData;
|
bool hasTSData;
|
||||||
|
|
Loading…
Reference in New Issue