test-spawn.c: remove unused variable
This commit is contained in:
parent
69a923bf93
commit
04a7e5c274
@ -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) {
|
static void detach_failure_cb(uv_process_t* process, int exit_status, int term_signal) {
|
||||||
uv_err_t err;
|
|
||||||
printf("detach_cb\n");
|
printf("detach_cb\n");
|
||||||
exit_cb_called++;
|
exit_cb_called++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user