From 65b772a067107533fbec25eab1afe8f102536a7a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 30 Jun 2011 12:04:22 -0700 Subject: [PATCH] unix: remove unnecessary define --- uv-unix.h | 3 --- 1 file changed, 3 deletions(-) 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; \