diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-07 18:17:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-07 18:17:04 -0700 |
| commit | c6df64d90ff9799b9f5970c4897e2b9a55e2ce69 (patch) | |
| tree | a20908f2b8e62cfeb8bcca426aa4c9ce66860b58 /src/protocol/pubsub/pub.c | |
| parent | ea7d67c33ef28f4155b04b322ebbf778f1dbaa2a (diff) | |
| download | nng-c6df64d90ff9799b9f5970c4897e2b9a55e2ce69.tar.gz nng-c6df64d90ff9799b9f5970c4897e2b9a55e2ce69.tar.bz2 nng-c6df64d90ff9799b9f5970c4897e2b9a55e2ce69.zip | |
Clean up some unused variables.
Diffstat (limited to 'src/protocol/pubsub/pub.c')
| -rw-r--r-- | src/protocol/pubsub/pub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/pubsub/pub.c b/src/protocol/pubsub/pub.c index 58d80d44..e3b37f1a 100644 --- a/src/protocol/pubsub/pub.c +++ b/src/protocol/pubsub/pub.c @@ -176,7 +176,6 @@ nni_pub_pipe_stop(void *arg) { nni_pub_pipe *pp = arg; nni_pub_sock *pub = pp->pub; - int refcnt; nni_aio_stop(&pp->aio_getq); nni_aio_stop(&pp->aio_send); |
