fix:rm useless code
This commit is contained in:
parent
96aa44e2cd
commit
b3df86c645
|
@ -296,7 +296,6 @@ SQuery* smlInitHandle() {
|
|||
qDestroyQuery(pQuery);
|
||||
return NULL;
|
||||
}
|
||||
stmt->pVgroupsHashObj = taosHashInit(128, taosGetDefaultHashFunction(TSDB_DATA_TYPE_INT), true, HASH_NO_LOCK);
|
||||
stmt->pTableBlockHashObj = taosHashInit(128, taosGetDefaultHashFunction(TSDB_DATA_TYPE_BIGINT), true, HASH_NO_LOCK);
|
||||
stmt->freeHashFunc = insDestroyTableDataCxtHashMap;
|
||||
stmt->freeArrayFunc = insDestroyVgroupDataCxtList;
|
||||
|
|
Loading…
Reference in New Issue