mirror of
https://github.com/monero-project/monero.git
synced 2025-12-26 20:53:52 -08:00
epee: protect base64_chars, removed dead functions, speed up compile
This commit is contained in:
@@ -35,7 +35,7 @@ namespace epee
|
||||
namespace string_encoding
|
||||
{
|
||||
inline
|
||||
std::string& base64_chars()
|
||||
const std::string& base64_chars()
|
||||
{
|
||||
|
||||
static std::string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
|
||||
Reference in New Issue
Block a user