summaryrefslogtreecommitdiff
path: root/kqueue.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2008-12-23 22:24:32 +0000
committerNiels Provos <provos@gmail.com>2008-12-23 22:24:32 +0000
commitb225e756ae6a50578cacfcf7bfd1a51c1362834b (patch)
treec2de02a3411a7312eb3137a149f1f244949ac976 /kqueue.c
parentd776f8462be6c68ac4cd7bf3903710aad5dd842b (diff)
downloadlibevent-b225e756ae6a50578cacfcf7bfd1a51c1362834b.tar.gz
remove unused variable
svn:r974
Diffstat (limited to 'kqueue.c')
-rw-r--r--kqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kqueue.c b/kqueue.c
index a9648912..b049dc95 100644
--- a/kqueue.c
+++ b/kqueue.c
@@ -223,7 +223,6 @@ kq_dispatch(struct event_base *base, struct timeval *tv)
struct kqop *kqop = base->evbase;
struct kevent *changes = kqop->changes;
struct kevent *events = kqop->events;
- struct event *ev;
struct timespec ts, *ts_p = NULL;
int i, res;