From d8d98f0f5b84a9cf5122357554d35b15c9c140ab Mon Sep 17 00:00:00 2001
From: Fu Juntang <StrongTiger_001@163.com>
Date: 星期日, 26 九月 2021 16:44:13 +0800
Subject: [PATCH] link protobuf library statically.

---
 src/shm/hashtable.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/shm/hashtable.cpp b/src/shm/hashtable.cpp
index c4a81fc..8593cca 100755
--- a/src/shm/hashtable.cpp
+++ b/src/shm/hashtable.cpp
@@ -178,7 +178,6 @@
     goto suc;
   }
   val = _hashtable_get(hashtable, key);
-  // val = 1鏄痑llockey鐨勬儏鍐�
   if(val != NULL && val != (void *)1) 
     goto fail;
 

--
Gitblit v1.8.0