minor changes, dont set terrno

This commit is contained in:
Jeff Tao 2020-11-06 01:37:59 +00:00
parent 4902effb55
commit 1e34d8ca9a
1 changed files with 0 additions and 2 deletions

View File

@ -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];