From a80654e3e0abb7ddbd81a6159dd89933bdec44e7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 3 Jul 2017 20:40:55 -0700 Subject: IPC & TCP negotiation done using aio. Remove old sync send/recv. --- src/core/platform.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/platform.h') diff --git a/src/core/platform.h b/src/core/platform.h index 7654f730..2d83f9b7 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -281,12 +281,6 @@ extern void nni_plat_pipe_clear(int); // routine. extern void nni_plat_pipe_close(int, int); -// XXX: Stuff to REMOVE -extern int nni_plat_tcp_send(nni_plat_tcpsock *, nni_iov *, int); -extern int nni_plat_tcp_recv(nni_plat_tcpsock *, nni_iov *, int); -extern int nni_plat_ipc_send(nni_plat_ipcsock *, nni_iov *, int); -extern int nni_plat_ipc_recv(nni_plat_ipcsock *, nni_iov *, int); - // Actual platforms we support. This is included up front so that we can // get the specific types that are supplied by the platform. #if defined(PLATFORM_POSIX) -- cgit v1.2.3-70-g09d2