From 633d33a92a4004938b8a88f661571c3fc93085db Mon Sep 17 00:00:00 2001 From: mscdex Date: Wed, 10 Apr 2013 11:36:13 -0400 Subject: [PATCH] cygwin: remove unused variable --- src/unix/cygwin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/unix/cygwin.c b/src/unix/cygwin.c index 9ee520d7..dcd9d6dd 100644 --- a/src/unix/cygwin.c +++ b/src/unix/cygwin.c @@ -55,8 +55,6 @@ void uv_loadavg(double avg[3]) { int uv_exepath(char* buffer, size_t* size) { - uint32_t usize; - if (!buffer || !size) { return -1; }