From 9dfe06425942fdc887851d362f9f31b24935c494 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Aug 2021 16:36:06 -0700 Subject: Remove unused prototypes. --- src/core/socket.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/core/socket.h b/src/core/socket.h index b06f4d47..e653329b 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -1,5 +1,5 @@ // -// Copyright 2018 Staysail Systems, Inc. +// Copyright 2021 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -33,8 +33,6 @@ extern int nni_sock_setopt( nni_sock *, const char *, const void *, size_t, nni_opt_type); extern int nni_sock_getopt( nni_sock *, const char *, void *, size_t *, nni_opt_type); -extern int nni_sock_recvmsg(nni_sock *, nni_msg **, int); -extern int nni_sock_sendmsg(nni_sock *, nni_msg *, int); extern void nni_sock_send(nni_sock *, nni_aio *); extern void nni_sock_recv(nni_sock *, nni_aio *); extern uint32_t nni_sock_id(nni_sock *); -- cgit v1.2.3-70-g09d2