diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-08-07 22:13:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-08-09 12:37:21 +0200 |
commit | 8ea0baed3ccf96a8082803d5080805e81a81c666 (patch) | |
tree | 10fe76a37d372e525399204b5bf93af90a6364f1 | |
parent | 1c14ba60cc1a0601e04e5ce56979b22bcbd341bc (diff) |
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
-rw-r--r-- | tests/libtest/lib1540.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libtest/lib1540.c b/tests/libtest/lib1540.c index 86ba085ca..c3f855490 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; |