X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fevent.c;h=d23f43bb03c9df683a4ac9a967346f1b7d9aeee5;hb=084a3acaa0a62ea1f096ec1916e2adabe6af9d86;hp=85ea9bb8c776b4cf319534b2761adcc23add84e2;hpb=a20765791b2a40ddd58452e8f74b0737f1f1f28e;p=meshlink diff --git a/src/event.c b/src/event.c index 85ea9bb8..d23f43bb 100644 --- a/src/event.c +++ b/src/event.c @@ -26,8 +26,6 @@ #include "utils.h" #include "xalloc.h" -event_loop_t *loop; - static int io_compare(const io_t *a, const io_t *b) { return a->fd - b->fd; }