diff --git a/src/util/src/tref.c b/src/util/src/tref.c index 99d566e2ab411d4f556d71ac6743272e97c1cacf..b998dfd43c72f2b2248623bd67cab6ad08de9ade 100644 --- a/src/util/src/tref.c +++ b/src/util/src/tref.c @@ -398,9 +398,7 @@ static int taosDecRefCount(int rsetId, int64_t rid, int remove) { return -1; } - terrno = 0; hash = rid % pSet->max; - taosLockList(pSet->lockedBy+hash); pNode = pSet->nodeList[hash];