fujuntang
2021-09-23 82b028cf63953d8080b63d85468eae488d212194
src/socket/shm_mod_socket.cpp
@@ -38,10 +38,6 @@
   return shm_socket_force_bind(shm_socket, key);
}
int ShmModSocket::bind_proc_id(char *buf, int len) {
  return shm_socket_bind_proc_id(shm_socket, buf, len);
}
int ShmModSocket::reg(void *pData, int len, void **buf, int *size, const int timeout_ms, int flag)
{
  int ret;