diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-08 17:06:39 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-08 17:06:39 -0700 |
| commit | ca9263880a8db50d302773b9ba8e2887a1ffeded (patch) | |
| tree | 3c8095fa7c5fd22fb807707c3960b27702d8e7fd /src/protocol/pair | |
| parent | 3cedf14c3586b0770cb9ee62c75f922ab2006153 (diff) | |
| download | nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.gz nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.bz2 nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.zip | |
Various cleanups of unused bits.
Diffstat (limited to 'src/protocol/pair')
| -rw-r--r-- | src/protocol/pair/pair.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/pair/pair.c b/src/protocol/pair/pair.c index 326e0c0e..b283377e 100644 --- a/src/protocol/pair/pair.c +++ b/src/protocol/pair/pair.c @@ -212,7 +212,6 @@ nni_pair_getq_cb(void *arg) { nni_pair_pipe *ppipe = arg; nni_pair_sock *psock = ppipe->psock; - nni_msg *msg; if (nni_aio_result(&ppipe->aio_getq) != 0) { nni_pipe_stop(ppipe->npipe); |
