Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
windows: remove superfluous uv__handle_start
uv__handle_start was not needed in uv_signal_init
  • Loading branch information
Shigeki Ohtsu authored and piscisaureus committed Aug 25, 2012
1 parent d62b1ac commit 343be71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/win/signal.c
Expand Up @@ -231,8 +231,6 @@ int uv_signal_init(uv_loop_t* loop, uv_signal_t* handle) {
req->type = UV_SIGNAL_REQ;
req->data = handle;

uv__handle_start(handle);

return 0;
}

Expand Down

0 comments on commit 343be71

Please sign in to comment.