From: Rikard Falkeborn Date: Tue, 7 Aug 2018 20:13:16 +0000 (+0200) Subject: test1540: Remove unused macro TEST_HANG_TIMEOUT X-Git-Tag: curl-7_61_1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea0baed3ccf96a8082803d5080805e81a81c666;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/libtest/lib1540.c b/tests/libtest/lib1540.c index 86ba085cac..c3f8554900 100644 --- a/tests/libtest/lib1540.c +++ b/tests/libtest/lib1540.c @@ -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;