Merge pull request #8792

04dfdb3 epee: protect base64_chars, removed dead functions, speed up compile (Jeffro256)
This commit is contained in:
luigi1111 2023-06-27 11:32:07 -05:00
commit 02ebe9090e
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
4 changed files with 6 additions and 27 deletions

View file

@ -54,7 +54,6 @@ namespace net_utils
std::string convert(char val);
std::string conver_to_url_format(const std::string& uri);
std::string convert_from_url_format(const std::string& uri);
std::string convert_to_url_format_force_all(const std::string& uri);
namespace http
{