mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
remove unused variable
svn:r974
This commit is contained in:
parent
d776f8462b
commit
b225e756ae
1
kqueue.c
1
kqueue.c
@ -223,7 +223,6 @@ kq_dispatch(struct event_base *base, struct timeval *tv)
|
|||||||
struct kqop *kqop = base->evbase;
|
struct kqop *kqop = base->evbase;
|
||||||
struct kevent *changes = kqop->changes;
|
struct kevent *changes = kqop->changes;
|
||||||
struct kevent *events = kqop->events;
|
struct kevent *events = kqop->events;
|
||||||
struct event *ev;
|
|
||||||
struct timespec ts, *ts_p = NULL;
|
struct timespec ts, *ts_p = NULL;
|
||||||
int i, res;
|
int i, res;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user