unused code
This commit is contained in:
parent
0a118243ea
commit
aa526fe13a
|
@ -6019,7 +6019,6 @@ static void modeFunctionCleanup(SModeInfo * pInfo) {
|
||||||
taosHashCleanup(pInfo->pHash);
|
taosHashCleanup(pInfo->pHash);
|
||||||
pInfo->pHash = NULL;
|
pInfo->pHash = NULL;
|
||||||
taosMemoryFreeClear(pInfo->buf);
|
taosMemoryFreeClear(pInfo->buf);
|
||||||
pInfo->buf = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void modeFunctionCleanupExt(SqlFunctionCtx* pCtx) {
|
void modeFunctionCleanupExt(SqlFunctionCtx* pCtx) {
|
||||||
|
|
Loading…
Reference in New Issue