summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-06-07 16:32:29 -0700
committerGarrett D'Amore <garrett@damore.org>2018-06-07 16:32:29 -0700
commitfdc80f68ece48de5fa093071f5700d9237794952 (patch)
tree380fdfac97be0b4c8d2384c0978882f273038b7b
parentd4151607fa0ac79e6298db446278bdadc74c3d2c (diff)
downloadnanomsg-fdc80f68ece48de5fa093071f5700d9237794952.tar.gz
Remove unused variable.
-rw-r--r--src/utils/efd_win.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/efd_win.inc b/src/utils/efd_win.inc
index b6b4b55..b8818df 100644
--- a/src/utils/efd_win.inc
+++ b/src/utils/efd_win.inc
@@ -42,7 +42,6 @@ int nn_efd_init (struct nn_efd *self)
int one;
BOOL nodelay;
u_long nonblock;
- int i;
/* Unfortunately, on Windows the only way to send signal to a file
descriptor (SOCKET) is to create a full-blown TCP connecting on top of