diff options
Diffstat (limited to 'event.c')
-rw-r--r-- | event.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -234,11 +234,6 @@ int event_del (struct event *ev) return 0; } -void event_active (struct event *ev, int fd, short events) -{ - /* unclear what this does, likely internal-use */ -} - int event_pending (struct event *ev, short events, struct timeval *tv) { short revents; |