unused code

This commit is contained in:
xsren 2024-09-06 11:54:22 +08:00
parent 0a118243ea
commit aa526fe13a
1 changed files with 0 additions and 1 deletions

View File

@ -6019,7 +6019,6 @@ static void modeFunctionCleanup(SModeInfo * pInfo) {
taosHashCleanup(pInfo->pHash);
pInfo->pHash = NULL;
taosMemoryFreeClear(pInfo->buf);
pInfo->buf = NULL;
}
void modeFunctionCleanupExt(SqlFunctionCtx* pCtx) {