uloop: do less state/change tracking for kevent() on mac os x, it is unreliable
[oweals/libubox.git] / uloop.h
diff --git a/uloop.h b/uloop.h
index 05007fa946fc1bc7e7a44f1db7b0a6768e468019..4be2913e3e35129de712643e9e99b811580c7601 100644 (file)
--- a/uloop.h
+++ b/uloop.h
@@ -54,9 +54,6 @@ struct uloop_fd
        bool eof;
        bool error;
        bool registered;
-#ifdef USE_KQUEUE
-       uint8_t kqflags;
-#endif
 };
 
 struct uloop_timeout