diff --git a/src/util/src/hash.c b/src/util/src/hash.c index 5abbf34c89..37e8123170 100644 --- a/src/util/src/hash.c +++ b/src/util/src/hash.c @@ -520,7 +520,6 @@ SHashMutableIterator *taosHashCreateIter(SHashObj *pHashObj) { static SHashNode *getNextHashNode(SHashMutableIterator *pIter) { assert(pIter != NULL); - pIter->entryIndex++; pIter->entryIndex++; while (pIter->entryIndex < pIter->pHashObj->capacity) {