diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-07-17 18:14:40 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-07-17 18:22:24 -0700 |
| commit | a15b4ab744ac77241e706482ad163d66b6121f5a (patch) | |
| tree | 7d2c79705091213edebe9b874d7a2291b91a9685 /tests | |
| parent | dbdcb46c926fee127f217fa7050566a4bb6b16e3 (diff) | |
| download | nng-a15b4ab744ac77241e706482ad163d66b6121f5a.tar.gz nng-a15b4ab744ac77241e706482ad163d66b6121f5a.tar.bz2 nng-a15b4ab744ac77241e706482ad163d66b6121f5a.zip | |
Remove unused variables.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/scalability.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scalability.c b/tests/scalability.c index e6ebcaf3..eee9bc7a 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -105,7 +105,6 @@ closeclients(nng_socket *clients, int num) } Main({ - int rv; nng_socket *clients; void * server; int * results; |
