src/net/net_mod_socket_wrapper.cpp
@@ -103,11 +103,6 @@ return sockt->sendandrecv(node_arr, arrlen, send_buf, send_size, recv_arr, recv_arr_size, err_arr, err_arr_size, -1); } int net_mod_socket_bind_proc_id(void * _socket, char *proc_id, int len){ NetModSocket *sockt = (NetModSocket *)_socket; return sockt->bind_proc_id(proc_id, len); } void net_mod_socket_int_set(void * _socket, int data) { NetModSocket *sockt = (NetModSocket *)_socket; sockt->int_set(data);