summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-23 13:36:47 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-23 13:36:47 -0700
commitd2cf43cb03434f8f98ae15ec252e572ba060da04 (patch)
tree177916fcfaf666f06158a11fa6a969567588513b
parentd17377810613e1240b69e6c0b8f0cf1fbd9751fc (diff)
downloadnanomsg-d2cf43cb03434f8f98ae15ec252e572ba060da04.tar.gz
Remove unused variable (found with new clang warnings.)
-rw-r--r--src/aio/poller_epoll.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/aio/poller_epoll.inc b/src/aio/poller_epoll.inc
index 3b566f1..e8f19c5 100644
--- a/src/aio/poller_epoll.inc
+++ b/src/aio/poller_epoll.inc
@@ -61,7 +61,6 @@ void nn_poller_term (struct nn_poller *self)
void nn_poller_add (struct nn_poller *self, int fd,
struct nn_poller_hndl *hndl)
{
- int rc;
struct epoll_event ev;
/* Initialise the handle and add the file descriptor to the pollset. */