Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Fix spurious warnings when file watching on OS X #48

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/unix/fsevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,6 @@ static void uv__fsevents_destroy_stream(uv_loop_t* loop) {
if (state->fsevent_stream == NULL)
return;

/* Flush all accumulated events */
pFSEventStreamFlushSync(state->fsevent_stream);

/* Stop emitting events */
pFSEventStreamStop(state->fsevent_stream);

Expand Down