From 04a7e5c274aac955269d82e7c47fafbc2bd6560f Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 1 Jun 2012 02:26:25 +0200 Subject: [PATCH] test-spawn.c: remove unused variable --- test/test-spawn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-spawn.c b/test/test-spawn.c index 91b51edf..5af76406 100644 --- a/test/test-spawn.c +++ b/test/test-spawn.c @@ -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++; }