arg : fix unused variable (#13142)

This commit is contained in:
Xuan-Son Nguyen
2025-04-28 07:16:59 +02:00
committed by GitHub
parent c0a97b762e
commit 85f36e5e71

View File

@@ -673,7 +673,7 @@ static struct common_hf_file_res common_get_hf_file(const std::string &, const s
return {}; return {};
} }
std::pair<long, std::vector<char>> common_remote_get_content(const std::string & url, const common_remote_params & params) { std::pair<long, std::vector<char>> common_remote_get_content(const std::string &, const common_remote_params &) {
throw std::runtime_error("error: built without CURL, cannot download model from the internet"); throw std::runtime_error("error: built without CURL, cannot download model from the internet");
} }