mirror of
https://github.com/curl/curl.git
synced 2026-07-28 10:53:08 +03:00
test1540: Remove unused macro TEST_HANG_TIMEOUT
The macro has never been used, and it there is not really any place where it would make sense to add timing checks. Closes #2852
This commit is contained in:
parent
1c14ba60cc
commit
8ea0baed3c
1 changed files with 0 additions and 2 deletions
|
|
@ -79,8 +79,6 @@ static size_t write_callback(void *ptr, size_t size, size_t nmemb, void *userp)
|
|||
return CURL_WRITEFUNC_PAUSE;
|
||||
}
|
||||
|
||||
#define TEST_HANG_TIMEOUT 60 * 1000
|
||||
|
||||
int test(char *URL)
|
||||
{
|
||||
CURL *curls = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue