From 6600a375ac386a0d384c4e9f1af4f235b8d67262 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 04 二月 2021 12:00:46 +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