diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-10 23:33:58 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-10 23:33:58 -0800 |
| commit | 93350074a7fd5b37254ee496b650886fc92b195e (patch) | |
| tree | decf64d09d4103f843a3bb2b9a6cfb0ac2d6380e /src/protocol/pubsub | |
| parent | cc55226cf09497735e7bc7e6fa1785ba937ac339 (diff) | |
| download | nng-93350074a7fd5b37254ee496b650886fc92b195e.tar.gz nng-93350074a7fd5b37254ee496b650886fc92b195e.tar.bz2 nng-93350074a7fd5b37254ee496b650886fc92b195e.zip | |
Minor cleanups.
Diffstat (limited to 'src/protocol/pubsub')
| -rw-r--r-- | src/protocol/pubsub/pub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol/pubsub/pub.c b/src/protocol/pubsub/pub.c index b597f896..c9b0ce09 100644 --- a/src/protocol/pubsub/pub.c +++ b/src/protocol/pubsub/pub.c @@ -37,8 +37,6 @@ struct nni_pub_pipe { int sigclose; }; -static void nni_pub_sock_send(void *); - static int nni_pub_sock_init(void **pubp, nni_sock *sock) { |
