Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
sunos: remove unused uv_fs_event_t field
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed May 5, 2012
1 parent 7326962 commit cb58a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uv-private/uv-unix.h
Expand Up @@ -222,7 +222,6 @@ typedef void* uv_lib_t;

#ifdef PORT_SOURCE_FILE
# define UV_FS_EVENT_PRIVATE_FIELDS \
ev_io event_watcher; \
uv_fs_event_cb cb; \
file_obj_t fo;
#else /* !PORT_SOURCE_FILE */
Expand Down

1 comment on commit cb58a56

@piscisaureus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bnoordhuis Why did you land this on the v0.6 branch? :-/

Please sign in to comment.