test-async: remove unused variable.

This commit is contained in:
Ben Noordhuis 2011-07-13 17:59:33 +02:00
parent 4829ad5d04
commit d7389e6f89

View File

@ -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) {