From 973ea7eaee914ba2e296d97bdb0457b6732891e1 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 27 十一月 2020 18:55:58 +0800 Subject: [PATCH] update --- src/queue/shm_mm.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/queue/shm_mm.c b/src/queue/shm_mm.c index 0bc48d3..3635d8b 100644 --- a/src/queue/shm_mm.c +++ b/src/queue/shm_mm.c @@ -11,9 +11,5 @@ } int shm_alloc_key() { - hashtable_t *hashtable = mm_get_hashtable(); - return hashtable_alloc_key(hashtable); + return mm_alloc_key(); } - - - -- Gitblit v1.8.0