chore: code optimization

This commit is contained in:
Cary Xu 2022-11-11 19:11:06 +08:00
parent 0dcbe92006
commit 08aaf97657
1 changed files with 0 additions and 1 deletions

View File

@ -1074,7 +1074,6 @@ static int32_t tBlockDataAppendTPRow(SBlockData *pBlockData, STSRow *pRow, STSch
} else { } else {
ASSERT(pTColumn->type == pColData->type); ASSERT(pTColumn->type == pColData->type);
SColVal cv = {.cid = pTColumn->colId, .type = pTColumn->type}; SColVal cv = {.cid = pTColumn->colId, .type = pTColumn->type};
if (pRow->statis) { if (pRow->statis) {