This commit is contained in:
Shengliang Guan 2020-09-01 16:53:47 +08:00
parent 77c5f308a7
commit 992b6febe1
1 changed files with 0 additions and 1 deletions

View File

@ -327,7 +327,6 @@ int32_t taosHashRemoveWithData(SHashObj *pHashObj, const void *key, size_t keyLe
// no data, return directly
if (pe->num == 0) {
assert(pe->next == NULL);
__rd_unlock(&pHashObj->lock, pHashObj->type);
return -1;
}