]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1540: Remove unused macro TEST_HANG_TIMEOUT
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Tue, 7 Aug 2018 20:13:16 +0000 (22:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Aug 2018 10:37:21 +0000 (12:37 +0200)
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

tests/libtest/lib1540.c

index 86ba085cacc646d2bc65f23aafe75b562de15941..c3f855490012028102514bcff50fa1dea3559bcb 100644 (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;