Fix compiling with libevent1

This commit is contained in:
Willem Toorop 2014-10-30 15:42:08 +01:00
parent d1c7c8dbc6
commit 905b4bcc8c
1 changed files with 0 additions and 12 deletions

View File

@ -63,18 +63,6 @@ event_new(struct event_base *b, evutil_socket_t fd, short ev, void* cb, void *ar
event_base_set(b, e);
return e;
}
static struct event_base *
event_get_base(const struct event *ev)
{
return ev->ev_base;
}
static evutil_socket_t df
event_get_fd(const struct event *ev)
{
return ev->fd;
}
#endif /* no event2 */
typedef struct getdns_libevent {