diff options
Diffstat (limited to 'deps/uv/src/win/loop-watcher.c')
-rw-r--r-- | deps/uv/src/win/loop-watcher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/uv/src/win/loop-watcher.c b/deps/uv/src/win/loop-watcher.c index 3038218c5a..1344cde0b4 100644 --- a/deps/uv/src/win/loop-watcher.c +++ b/deps/uv/src/win/loop-watcher.c @@ -44,7 +44,6 @@ void uv_loop_watcher_endgame(uv_handle_t* handle) { int uv_##name##_init(uv_##name##_t* handle) { \ handle->type = UV_##NAME; \ handle->flags = 0; \ - handle->error = uv_ok_; \ \ uv_ref(); \ \ |