From 1a5b1c56141b157120ef9d6f592a103e5627563a Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 11 Apr 2020 11:42:40 +0800 Subject: [PATCH] remove mutex --- src/util/src/ihash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/src/ihash.c b/src/util/src/ihash.c index f8697086e4..30773ae8d9 100644 --- a/src/util/src/ihash.c +++ b/src/util/src/ihash.c @@ -28,7 +28,6 @@ typedef struct { int32_t maxSessions; int32_t dataSize; int32_t (*hashFp)(void *, uint64_t key); - pthread_mutex_t mutex; } IHashObj; int32_t taosHashInt(void *handle, uint64_t key) {