[td-13039] refactor.

This commit is contained in:
Haojun Liao 2022-03-26 22:24:05 +08:00
parent df7c801ef7
commit 36faa27dac
1 changed files with 0 additions and 2 deletions

View File

@ -713,8 +713,6 @@ int32_t scalarCalculate(SNode *pNode, SArray *pBlockList, SScalarParam *pDst) {
colDataAssign(pDst->columnData, res->columnData, res->numOfRows);
pDst->numOfRows = res->numOfRows;
// *pDst = *res;
taosHashRemove(ctx.pRes, (void *)&pNode, POINTER_BYTES);
}