Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused variables on NetBSD.
  • Loading branch information
jedisct1 authored and bnoordhuis committed Feb 14, 2012
1 parent 1d942e2 commit 783753e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unix/netbsd.c
Expand Up @@ -54,10 +54,6 @@ void uv_loadavg(double avg[3]) {
}

int uv_exepath(char* buffer, size_t* size) {
uint32_t usize;
int result;
char* path;
char* fullpath;
int mib[4];
size_t cb;
pid_t mypid;
Expand Down

0 comments on commit 783753e

Please sign in to comment.