mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 09:17:11 -04:00
epee: protect base64_chars, removed dead functions, speed up compile
This commit is contained in:
parent
f307621678
commit
04dfdb332e
4 changed files with 6 additions and 27 deletions
|
@ -116,16 +116,6 @@ namespace net_utils
|
|||
return result;
|
||||
}
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
std::string convert_to_url_format_force_all(const std::string& uri)
|
||||
{
|
||||
std::string result;
|
||||
|
||||
for(size_t i = 0; i!= uri.size(); i++)
|
||||
{
|
||||
result += convert(uri[i]);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
namespace http
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue