1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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:
Rikard Falkeborn 2018-08-07 22:13:16 +02:00 committed by Daniel Stenberg
parent 1c14ba60cc
commit 8ea0baed3c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;