Skip to content

Commit 85f36e5

Browse files
authored
arg : fix unused variable (#13142)
1 parent c0a97b7 commit 85f36e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ static struct common_hf_file_res common_get_hf_file(const std::string &, const s
673673
return {};
674674
}
675675

676-
std::pair<long, std::vector<char>> common_remote_get_content(const std::string & url, const common_remote_params & params) {
676+
std::pair<long, std::vector<char>> common_remote_get_content(const std::string &, const common_remote_params &) {
677677
throw std::runtime_error("error: built without CURL, cannot download model from the internet");
678678
}
679679

0 commit comments

Comments
 (0)