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

Commit

Permalink
test-spawn.c: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 1, 2012
1 parent 69a923b commit 04a7e5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-spawn.c
Expand Up @@ -100,7 +100,6 @@ static void kill_cb(uv_process_t* process, int exit_status, int term_signal) {
}

static void detach_failure_cb(uv_process_t* process, int exit_status, int term_signal) {
uv_err_t err;
printf("detach_cb\n");
exit_cb_called++;
}
Expand Down

0 comments on commit 04a7e5c

Please sign in to comment.