From 803d392aeb11665a3e34f7be83f972a1fc7d39c0 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 04 二月 2021 15:47:39 +0800
Subject: [PATCH] update

---
 src/socket/shm_socket.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/socket/shm_socket.h b/src/socket/shm_socket.h
index 6444913..03ee831 100644
--- a/src/socket/shm_socket.h
+++ b/src/socket/shm_socket.h
@@ -41,7 +41,6 @@
 
 } shm_socket_t;
 
-// typedef void (*recvandsend_callback_fn)(void **sendbuf, int *sendsize);
 typedef std::function<void(void *recvbuf, int recvsize, int key, void **sendbuf, int *sendsize, void *user_data)> recvandsend_callback_fn;
 
 size_t shm_socket_remove_keys(int keys[], size_t length);

--
Gitblit v1.8.0