remove mutex

This commit is contained in:
Jeff Tao 2020-04-11 11:42:40 +08:00
parent 3e9e46491b
commit 1a5b1c5614
1 changed files with 0 additions and 1 deletions

View File

@ -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) {