From 034fd2fcbb0913537a14732560b606a30b40c970 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Oct 2025 12:55:08 +0200 Subject: [PATCH] fixup more --- tests/libtest/lib766.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/libtest/lib766.c b/tests/libtest/lib766.c index 0948c10339..5cfc6bb270 100644 --- a/tests/libtest/lib766.c +++ b/tests/libtest/lib766.c @@ -48,9 +48,6 @@ static CURLcode test_lib766(const char *URL) start_test_timing(); res_global_init(CURL_GLOBAL_ALL); - if(res) { - return res; - } easy_init(easy); easy_setopt(easy, CURLOPT_VERBOSE, 1L);