chore: revert the extra line

This commit is contained in:
kailixu 2023-04-12 17:43:44 +08:00
parent 1ed3149c39
commit 3bd721518d
1 changed files with 0 additions and 1 deletions

View File

@ -463,7 +463,6 @@ int32_t sclInitParamList(SScalarParam **pParams, SNodeList *pParamList, SScalarC
sclError("calloc %d failed", (int32_t)((*paramNum) * sizeof(SScalarParam)));
SCL_ERR_RET(TSDB_CODE_OUT_OF_MEMORY);
}
if (pParamList) {
SNode *tnode = NULL;
int32_t i = 0;