fix editorconfig

This commit is contained in:
slaren 2024-09-07 14:52:59 +02:00
parent c8f28909dc
commit 48de4da428

View file

@ -2470,7 +2470,6 @@ static bool llama_download_file(const std::string & url, const std::string & pat
return false;
}
long http_code = 0;
curl_easy_getinfo (curl.get(), CURLINFO_RESPONSE_CODE, &http_code);
if (http_code < 200 || http_code >= 400) {