Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • 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
Original file line number Diff line number Diff line change
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.