diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-27 22:36:13 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-27 22:36:13 -0700 |
| commit | 8396f1df0420bb0156655532b5e6244dc1b3b646 (patch) | |
| tree | 14ec5dd574c8bd2f92889c0886e910ef2120daf3 /src | |
| parent | 1d69c8f0393337d4f222cc1af1af813d77922c84 (diff) | |
| download | nng-8396f1df0420bb0156655532b5e6244dc1b3b646.tar.gz nng-8396f1df0420bb0156655532b5e6244dc1b3b646.tar.bz2 nng-8396f1df0420bb0156655532b5e6244dc1b3b646.zip | |
Remove unused variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp/transport/ipc/ipc_test.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/sp/transport/ipc/ipc_test.c b/src/sp/transport/ipc/ipc_test.c index d550592a..5fd236b5 100644 --- a/src/sp/transport/ipc/ipc_test.c +++ b/src/sp/transport/ipc/ipc_test.c @@ -58,11 +58,10 @@ test_ipc_dialer_perms(void) void test_ipc_dialer_properties(void) { - nng_socket s; - nng_dialer d; - nng_sockaddr sa; - size_t z; - char *addr; + nng_socket s; + nng_dialer d; + size_t z; + char *addr; NUTS_ADDR(addr, "ipc"); NUTS_OPEN(s); |
