remove unused variables

This commit is contained in:
Jeroen Janssen 2011-08-17 13:23:44 +02:00 committed by Bert Belder
parent ed118836c4
commit 0883b3d5fc

View File

@ -164,8 +164,6 @@ static DWORD WINAPI pipe_shutdown_thread_proc(void* parameter) {
void uv_pipe_endgame(uv_pipe_t* handle) {
uv_err_t err;
int status;
unsigned int uv_alloced;
DWORD result;
uv_shutdown_t* req;