fix(tsdb): do some internal refactor.
This commit is contained in:
parent
6fb1e716c0
commit
6e15478c43
|
@ -472,8 +472,6 @@ static void resetAllDataBlockScanInfo(SSHashObj* pTableMap, int64_t ts, int32_t
|
|||
STableBlockScanInfo* pInfo = *(STableBlockScanInfo**)p;
|
||||
|
||||
pInfo->iterInit = false;
|
||||
// pInfo->skylineBuilt = false;
|
||||
|
||||
pInfo->iter.hasVal = false;
|
||||
pInfo->iiter.hasVal = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue