[TD-225]refactor.

This commit is contained in:
Haojun Liao 2021-01-07 11:00:23 +08:00
parent 8555333530
commit 35ee9bfd72
1 changed files with 0 additions and 2 deletions

View File

@ -477,8 +477,6 @@ void taosHashEmpty(SHashObj *pHashObj) {
return;
}
uDebug("hash:%p cleanup hash table", pHashObj);
SHashNode *pNode, *pNext;
__wr_lock(&pHashObj->lock, pHashObj->type);