Fix compile in kqueue.c

Commit 38d09606 removed the evsigbase pointer, but forgot to remove
an assignment to it in kqueue.c.
This commit is contained in:
Sebastian Hahn 2010-09-27 21:14:28 +02:00
parent 045eef4cde
commit b395392746

View File

@ -154,7 +154,6 @@ kq_init(struct event_base *base)
}
base->evsigsel = &kqsigops;
base->evsigbase = kqueueop;
return (kqueueop);
err: