runtests: drop unused code for old/classic-mingw support

Follow-up to 38029101e2 #11625

Closes #15087
This commit is contained in:
Viktor Szakats 2024-09-29 03:25:23 +02:00
parent aed3f02317
commit 212ff19b60
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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;