test-async: remove unused variable.
This commit is contained in:
parent
4829ad5d04
commit
d7389e6f89
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user