summaryrefslogtreecommitdiff
path: root/Utilities/cmlibuv/src/win/handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmlibuv/src/win/handle.c')
-rw-r--r--Utilities/cmlibuv/src/win/handle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmlibuv/src/win/handle.c b/Utilities/cmlibuv/src/win/handle.c
index 9d76c3f542..61e4df61b3 100644
--- a/Utilities/cmlibuv/src/win/handle.c
+++ b/Utilities/cmlibuv/src/win/handle.c
@@ -139,7 +139,6 @@ void uv_close(uv_handle_t* handle, uv_close_cb cb) {
case UV_FS_POLL:
uv__fs_poll_close((uv_fs_poll_t*) handle);
uv__handle_closing(handle);
- uv_want_endgame(loop, handle);
return;
default: