rm useless code

This commit is contained in:
wangmm0220 2022-03-30 10:05:20 +08:00
parent c941a2c710
commit bceb557809
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ static void toDataCacheEntry(const SDataDispatchHandle* pHandle, const SInputDat
pBuf->useSize = sizeof(SRetrieveTableRsp);
copyData(pInput, pHandle->pSchema, pEntry->data, pEntry->compressed, &pEntry->dataLen);
pEntry->dataLen = pEntry->dataLen;
pBuf->useSize += pEntry->dataLen;
}