aboutsummaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authorQXSoftware <lh563566994@126.com>2018-10-04 10:17:31 +0800
committerGarrett D'Amore <garrett@damore.org>2018-10-12 10:30:35 -0700
commitf637e820fa7944c161af7be703ec318120e8e2d7 (patch)
treea2bf88f4d396d30d1e72ccc70fc8aa1ce9a7760e /src/core/socket.h
parent64e3343b5925c46b76881d6ccf29622ed5fb5b6a (diff)
downloadnng-f637e820fa7944c161af7be703ec318120e8e2d7.tar.gz
nng-f637e820fa7944c161af7be703ec318120e8e2d7.tar.bz2
nng-f637e820fa7944c161af7be703ec318120e8e2d7.zip
remove unused function declaration
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/socket.h b/src/core/socket.h
index 5486918e..b06f4d47 100644
--- a/src/core/socket.h
+++ b/src/core/socket.h
@@ -63,8 +63,6 @@ extern uint32_t nni_sock_flags(nni_sock *);
// should be executed.
extern void nni_sock_set_pipe_cb(nni_sock *sock, int, nng_pipe_cb, void *);
-extern bool nni_sock_closing(nni_sock *sock);
-
// nni_ctx_open is used to open/create a new context structure.
// Contexts are not supported by most protocols, but for those that do,
// this can offer some improvements for massive concurrency/scalability.