From 99a78ade3a6034784e40d5dfa70cc72aa09021ca Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Jan 2017 21:41:41 -0800 Subject: Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested). --- tests/pubsub.c | 1 - tests/tcp.c | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/pubsub.c b/tests/pubsub.c index 431d6980..94558f39 100644 --- a/tests/pubsub.c +++ b/tests/pubsub.c @@ -18,7 +18,6 @@ So(memcmp(nng_msg_body(m), s, strlen(s)) == 0) Main({ - int rv; const char *addr = "inproc://test"; nni_init(); diff --git a/tests/tcp.c b/tests/tcp.c index f77ec3a0..9f248fe8 100644 --- a/tests/tcp.c +++ b/tests/tcp.c @@ -14,7 +14,6 @@ // Inproc tests. TestMain("TCP Transport", { - int rv; trantest_test_all("tcp://127.0.0.1:4450"); -- cgit v1.2.3-70-g09d2