freebsd: remove unused variables

This commit is contained in:
Ben Noordhuis 2011-09-26 08:41:19 +02:00
parent 4889644301
commit 61ef8cc962

View File

@ -43,10 +43,6 @@ uint64_t uv_hrtime(void) {
int uv_exepath(char* buffer, size_t* size) {
uint32_t usize;
int result;
char* path;
char* fullpath;
int mib[4];
size_t cb;