util: Replace i64tostr with ToString

This commit is contained in:
MarcoFalke
2020-03-27 10:06:14 -04:00
parent fac96fff62
commit faaf1cb5b9
6 changed files with 10 additions and 12 deletions

View File

@@ -55,7 +55,6 @@ std::string EncodeBase32(const unsigned char* pch, size_t len);
std::string EncodeBase32(const std::string& str);
void SplitHostPort(std::string in, int& portOut, std::string& hostOut);
std::string i64tostr(int64_t n);
int64_t atoi64(const char* psz);
int64_t atoi64(const std::string& str);
int atoi(const std::string& str);