aboutsummaryrefslogtreecommitdiff
path: root/src/protocol/survey
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-07-08 17:06:39 -0700
committerGarrett D'Amore <garrett@damore.org>2017-07-08 17:06:39 -0700
commitca9263880a8db50d302773b9ba8e2887a1ffeded (patch)
tree3c8095fa7c5fd22fb807707c3960b27702d8e7fd /src/protocol/survey
parent3cedf14c3586b0770cb9ee62c75f922ab2006153 (diff)
downloadnng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.gz
nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.tar.bz2
nng-ca9263880a8db50d302773b9ba8e2887a1ffeded.zip
Various cleanups of unused bits.
Diffstat (limited to 'src/protocol/survey')
-rw-r--r--src/protocol/survey/survey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/survey/survey.c b/src/protocol/survey/survey.c
index db2dd80c..14d73028 100644
--- a/src/protocol/survey/survey.c
+++ b/src/protocol/survey/survey.c
@@ -265,7 +265,6 @@ nni_surv_recv_cb(void *arg)
{
nni_surv_pipe *ppipe = arg;
nni_msg *msg;
- int rv;
if (nni_aio_result(&ppipe->aio_recv) != 0) {
goto failed;