diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-24 16:10:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-04-24 16:10:42 -0700 |
| commit | 007f74b1053c9406340ffa728f9c254ba37e2a6c (patch) | |
| tree | 01192ff633d735e5766116cd6fb22fbc5480588b /src | |
| parent | c715b73a16248d5d0d2907af11009e1bc506c283 (diff) | |
| download | nng-007f74b1053c9406340ffa728f9c254ba37e2a6c.tar.gz nng-007f74b1053c9406340ffa728f9c254ba37e2a6c.tar.bz2 nng-007f74b1053c9406340ffa728f9c254ba37e2a6c.zip | |
Eliminate unused varable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/platform/windows/win_resolv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform/windows/win_resolv.c b/src/platform/windows/win_resolv.c index 72e6b439..070bf40d 100644 --- a/src/platform/windows/win_resolv.c +++ b/src/platform/windows/win_resolv.c @@ -177,7 +177,6 @@ nni_win_resolv_ip(const char *host, const char *serv, int passive, int family, int proto, nni_aio *aio) { nni_win_resolv_item *item; - int rv; int fam; if (nni_aio_begin(aio) != 0) { |
