From 55e4262ac8baec8b86c82c8e3533700936da4bba Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 9 May 2011 19:37:45 -0700 Subject: [PATCH] fix unix build --- oio-unix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/oio-unix.h b/oio-unix.h index 939bc70c..98ef17e5 100644 --- a/oio-unix.h +++ b/oio-unix.h @@ -61,7 +61,6 @@ typedef struct { ev_io read_watcher; \ ev_io write_watcher; \ ngx_queue_t write_queue; \ - size_t write_queue_size; \ /* OIO_PREPARE */ \ ev_prepare prepare_watcher; \ oio_loop_cb prepare_cb; \