Skip to content

Commit 992b6fe

Browse files
TD-1204
1 parent 77c5f30 commit 992b6fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/src/hash.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ int32_t taosHashRemoveWithData(SHashObj *pHashObj, const void *key, size_t keyLe
327327

328328
// no data, return directly
329329
if (pe->num == 0) {
330-
assert(pe->next == NULL);
331330
__rd_unlock(&pHashObj->lock, pHashObj->type);
332331
return -1;
333332
}

0 commit comments

Comments
 (0)