win: fix -Wunused-variable warning
This commit is contained in:
parent
c17bd99f1c
commit
a138041c59
@ -627,7 +627,6 @@ int uv__tcp_listen(uv_tcp_t* handle, int backlog, uv_connection_cb cb) {
|
|||||||
|
|
||||||
|
|
||||||
int uv__tcp_accept(uv_tcp_t* server, uv_tcp_t* client) {
|
int uv__tcp_accept(uv_tcp_t* server, uv_tcp_t* client) {
|
||||||
uv_loop_t* loop = server->loop;
|
|
||||||
int err = 0;
|
int err = 0;
|
||||||
int family;
|
int family;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user