enh: remove obsolote code

This commit is contained in:
kailixu 2024-02-26 09:39:45 +08:00
parent 17ae867ec6
commit 12ef8897bf
1 changed files with 0 additions and 1 deletions

View File

@ -1089,7 +1089,6 @@ int32_t tdSetBitmapValType(void *pBitmap, int16_t colIdx, TDRowValT valType, int
void tTSRowGetVal(STSRow *pRow, STSchema *pTSchema, int16_t iCol, SColVal *pColVal) {
STColumn *pTColumn = &pTSchema->columns[iCol];
SCellVal cv = {0};
// SValue value = {0};
ASSERT((pTColumn->colId == PRIMARYKEY_TIMESTAMP_COL_ID) || (iCol > 0));