refact
This commit is contained in:
parent
28e520656b
commit
12cbd1c8bb
|
@ -457,7 +457,6 @@ static int32_t tsdbOpenCommitIter(SCommitter *pCommitter) {
|
||||||
iIter++;
|
iIter++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pCommitter->toLastOnly = 0;
|
|
||||||
for (int32_t iLast = 0; iLast < pReader->pSet->nLastF; iLast++) {
|
for (int32_t iLast = 0; iLast < pReader->pSet->nLastF; iLast++) {
|
||||||
SLastFile *pLastFile = pReader->pSet->aLastF[iLast];
|
SLastFile *pLastFile = pReader->pSet->aLastF[iLast];
|
||||||
if (pLastFile->size > pLastFile->offset) {
|
if (pLastFile->size > pLastFile->offset) {
|
||||||
|
|
Loading…
Reference in New Issue