test-spawn.c: remove unused variable

This commit is contained in:
Bert Belder 2012-06-01 02:26:25 +02:00
parent 69a923bf93
commit 04a7e5c274

View File

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