Skip to content

Commit

Permalink
fsevents: remove kFSEventStreamCreateFlagNoDefer polyfill
Browse files Browse the repository at this point in the history
The kFSEventStreamCreateFlagNoDefer flag is already
defined in CarbonCore/FSEvents.h since OS X 10.5.

Fixes joyent#1000.
  • Loading branch information
ci42 authored and indutny committed Nov 23, 2013
1 parent 3a01e68 commit c438e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ void uv__fsevents_loop_delete(uv_loop_t* loop);
/* OSX < 10.7 has no file events, polyfill them */
#ifndef MAC_OS_X_VERSION_10_7

static const int kFSEventStreamCreateFlagNoDefer = 0x00000002;
static const int kFSEventStreamCreateFlagFileEvents = 0x00000010;
static const int kFSEventStreamEventFlagItemCreated = 0x00000100;
static const int kFSEventStreamEventFlagItemRemoved = 0x00000200;
Expand Down

0 comments on commit c438e73

Please sign in to comment.