summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2015-10-25 16:50:12 -0700
committerGarrett D'Amore <garrett@damore.org>2015-10-25 16:50:12 -0700
commita38e8c0cb3c565397059673a1e5c5565f74204b7 (patch)
treeb32dbd809cda50c71e7226e8964e3d92cca52de4 /tests
parentd2b65d013c90f60f82a115fba7ed02925993a69a (diff)
downloadnanomsg-a38e8c0cb3c565397059673a1e5c5565f74204b7.tar.gz
fixes #495 warning in tcp_shutdown
Diffstat (limited to 'tests')
-rw-r--r--tests/tcp_shutdown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcp_shutdown.c b/tests/tcp_shutdown.c
index 5da4dc2..fa58d44 100644
--- a/tests/tcp_shutdown.c
+++ b/tests/tcp_shutdown.c
@@ -58,7 +58,6 @@ static void routine2 (NN_UNUSED void *arg)
int s;
int i;
int ms;
- int nconnect;
s = test_socket (AF_SP, NN_PULL);