Fix warning

This commit is contained in:
Neel Goyal 2014-02-06 00:33:10 -05:00
parent e0055b9cd5
commit 59dada64ce
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ struct getdns_libev_data {
static void
getdns_libev_cb(struct ev_loop *loop, struct ev_io *handle, int revents) {
struct getdns_context* context = (struct getdns_context*) handle->data;
struct getdns_libev_data* data = (struct getdns_libev_data*) context->extension_data;
getdns_context_process_async(context);
}