From d7389e6f89c04e648b5616730dc3bf371962bcde Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 13 Jul 2011 17:59:33 +0200 Subject: [PATCH] test-async: remove unused variable. --- test/test-async.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-async.c b/test/test-async.c index a9933fdc..f91d9b45 100644 --- a/test/test-async.c +++ b/test/test-async.c @@ -47,8 +47,6 @@ static uintptr_t thread3_id = 0; /* Thread 1 makes sure that async1_cb_called reaches 3 before exiting. */ void thread1_entry(void *arg) { - int state = 0; - uv_sleep(50); while (1) {