Navigation Menu

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

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
Fixes #151
  • Loading branch information
japj authored and ry committed Aug 22, 2011
1 parent d01676f commit ce20791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uv-unix.c
Expand Up @@ -1811,7 +1811,6 @@ int uv_pipe_bind(uv_pipe_t* handle, const char* name) {
struct sockaddr_un sun;
const char* pipe_fname;
int saved_errno;
int locked;
int sockfd;
int status;
int bound;
Expand Down

0 comments on commit ce20791

Please sign in to comment.