diff --git a/uv-unix.h b/uv-unix.h index f1eb773d..3020de30 100644 --- a/uv-unix.h +++ b/uv-unix.h @@ -99,9 +99,6 @@ typedef struct { ev_timer timer_watcher; \ uv_timer_cb timer_cb; - -#define UV_ARES_ACTION_PRIVATE_FIELDS /* TODO */ - #define UV_ARES_TASK_PRIVATE_FIELDS \ int sock; \ ev_io read_watcher; \