mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
runtests: drop unused code for old/classic-mingw support
Follow-up to 38029101e2
#11625
Closes #15087
This commit is contained in:
parent
aed3f02317
commit
212ff19b60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user