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

Commit

Permalink
deps: remove duplicate uv__loop_configure
Browse files Browse the repository at this point in the history
The latest merge resulted in uv__loop_configure being defined twice on
Windows. This changes removes one of these duplicates to fix the build
on this platform.
  • Loading branch information
Julien Gilli committed Jan 13, 2015
1 parent 0c7f6ca commit 893fe4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deps/uv/src/win/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,6 @@ int uv__loop_configure(uv_loop_t* loop, uv_loop_option option, va_list ap) {
}


int uv__loop_configure(uv_loop_t* loop, uv_loop_option option, va_list ap) {
return UV_ENOSYS;
}


int uv_backend_fd(const uv_loop_t* loop) {
return -1;
}
Expand Down

0 comments on commit 893fe4c

Please sign in to comment.