[td-197] fix error in unit test.

This commit is contained in:
hjxilinx 2020-04-26 10:25:33 +08:00
parent 4dcc0cf27b
commit 1f24428f3a
1 changed files with 0 additions and 2 deletions

View File

@ -940,8 +940,6 @@ void tscFieldInfoClear(SFieldInfo* pFieldInfo) {
if (pInfo->pArithExprInfo != NULL) {
tExprTreeDestroy(&pInfo->pArithExprInfo->pExpr, NULL);
assert(0);
// tfree(pInfo->pArithExprInfo->colList);
}
}