summaryrefslogtreecommitdiff
path: root/deps/uv/src/win/fs-event.c
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-09-17 15:36:05 -0700
committerisaacs <i@izs.me>2012-09-17 15:36:15 -0700
commitb788c5e77b564183826a4ccb69ec9a43a758a54a (patch)
tree8916ff311d3a7a5ae41022b9c8c198e78e1d55c3 /deps/uv/src/win/fs-event.c
parent7144be70db2e6ce337d0f6ec47a28a06802d1c7a (diff)
downloadandroid-node-v8-b788c5e77b564183826a4ccb69ec9a43a758a54a.tar.gz
android-node-v8-b788c5e77b564183826a4ccb69ec9a43a758a54a.tar.bz2
android-node-v8-b788c5e77b564183826a4ccb69ec9a43a758a54a.zip
uv: Upgrade to 778144f0
joyent/libuv@778144f0b5bc14fe55d79854d0a67124ceaa4b22
Diffstat (limited to 'deps/uv/src/win/fs-event.c')
-rw-r--r--deps/uv/src/win/fs-event.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/uv/src/win/fs-event.c b/deps/uv/src/win/fs-event.c
index c20c07308f..1954cb0916 100644
--- a/deps/uv/src/win/fs-event.c
+++ b/deps/uv/src/win/fs-event.c
@@ -138,9 +138,6 @@ int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle,
WCHAR* dir = NULL, *dir_to_watch, *filenamew = NULL;
WCHAR short_path[MAX_PATH];
- /* We don't support any flags yet. */
- assert(!flags);
-
uv_fs_event_init_handle(loop, handle, filename, cb);
/* Convert name to UTF16. */