mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
thrdqueue: make thrdq_await_done only for unit tests
It is not used for anything else, so drop Curl_ and make it conditional accordingly. Closes #21499
This commit is contained in:
parent
1ff399c3f7
commit
117d50b4bf
2 changed files with 8 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ static CURLcode test_unit3301(const char *arg)
|
|||
fail_unless(!r, "queue-b send");
|
||||
}
|
||||
|
||||
r = Curl_thrdq_await_done(tqueue, 0);
|
||||
r = thrdq_await_done(tqueue, 0);
|
||||
fail_unless(!r, "queue-b await done");
|
||||
|
||||
nrecvd = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue