sunos: remove unused field event_watcher

This commit is contained in:
Ben Noordhuis 2012-06-22 15:19:12 +00:00
parent 42df4cb7f6
commit 120a4af3eb

View File

@ -292,7 +292,6 @@ struct uv__io_s {
#ifdef PORT_SOURCE_FILE
# define UV_FS_EVENT_PRIVATE_FIELDS \
ev_io event_watcher; \
uv_fs_event_cb cb; \
file_obj_t fo; \
int fd;