remove unused variable

Fixes #151
This commit is contained in:
Jeroen Janssen 2011-08-21 13:04:31 +02:00 committed by Ryan Dahl
parent d01676fc73
commit ce207917fd

View File

@ -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;