cygwin: remove unused variable

This commit is contained in:
mscdex 2013-04-10 11:36:13 -04:00 committed by Ben Noordhuis
parent bc5fa794b9
commit 633d33a92a

View File

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