From 8ea0baed3ccf96a8082803d5080805e81a81c666 Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Tue, 7 Aug 2018 22:13:16 +0200 Subject: 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 --- tests/libtest/lib1540.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/libtest') 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; -- cgit v1.2.3