From: Viktor Szakats Date: Sun, 29 Sep 2024 01:25:23 +0000 (+0200) Subject: runtests: drop unused code for old/classic-mingw support X-Git-Tag: curl-8_11_0~286 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=212ff19b601c3f01878eaef401802ab951fd027f;p=thirdparty%2Fcurl.git runtests: drop unused code for old/classic-mingw support Follow-up to 38029101e2d78ba125732b3bab6ec267b80a0e72 #11625 Closes #15087 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 228a5cc4e6..ae53f0e5fa 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -540,8 +540,6 @@ sub checksystemfeatures { # Windows-style path. $pwd = sys_native_current_path(); $feature{"win32"} = 1; - # set if built with MinGW (as opposed to MinGW-w64) - $feature{"MinGW"} = 1 if ($curl =~ /-pc-mingw32/); } if ($libcurl =~ /\s(winssl|schannel)\b/i) { $feature{"Schannel"} = 1;