aboutsummaryrefslogtreecommitdiff
path: root/tests/pair1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pair1.c')
-rw-r--r--tests/pair1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pair1.c b/tests/pair1.c
index 5a8311e2..c5916e82 100644
--- a/tests/pair1.c
+++ b/tests/pair1.c
@@ -73,7 +73,6 @@ TestMain("PAIRv1 protocol", {
});
Convey("Monogamous mode ignores new conns", {
- int rv;
nng_msg *msg;
So(nng_listen(s1, addr, NULL, NNG_FLAG_SYNCH) == 0);
@@ -394,8 +393,6 @@ TestMain("PAIRv1 protocol", {
Convey("Polyamorous default works", {
nng_msg *msg;
- nng_pipe p1;
- size_t sz;
So(nng_setopt_int(s1, NNG_OPT_POLYAMOROUS, 1) == 0);