fix: remove obsolete code

This commit is contained in:
Cary Xu 2022-08-11 09:53:51 +08:00
parent 0c2e712d85
commit 446b3291e7
1 changed files with 0 additions and 1 deletions

View File

@ -521,7 +521,6 @@ bool tdSTSRowIterNext(STSRowIter *pIter, SCellVal *pVal) {
tdSTSRowIterGetTpVal(pIter, pCol->type, pCol->offset - sizeof(TSKEY), pVal);
} else if (TD_IS_KV_ROW(pIter->pRow)) {
tdSTSRowIterGetKvVal(pIter, pCol->colId, &pIter->kvIdx, pVal);
ASSERT(0);
} else {
ASSERT(0);
}