remove unused variable

svn:r974
This commit is contained in:
Niels Provos 2008-12-23 22:24:32 +00:00
parent d776f8462b
commit b225e756ae

View File

@ -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;