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/sub.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/sub.c')
| -rw-r--r-- | src/protocol/pubsub/sub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/pubsub/sub.c b/src/protocol/pubsub/sub.c index 9e8fa5a7..09a724e2 100644 --- a/src/protocol/pubsub/sub.c +++ b/src/protocol/pubsub/sub.c @@ -138,7 +138,6 @@ nni_sub_recv_cb(void *arg) nni_sub_pipe *sp = arg; nni_sub_sock *sub = sp->sub; nni_msgq *urq = sub->urq; - nni_msg *msg; if (nni_aio_result(&sp->aio_recv) != 0) { nni_pipe_stop(sp->pipe); |
