util: remove unused c-string variant of atoi64()

This commit is contained in:
Sebastian Falbesoner
2020-08-17 17:34:06 +02:00
parent 1bc8e8eae2
commit 71e0f07e9c
4 changed files with 1 additions and 14 deletions

View File

@@ -56,7 +56,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);
int64_t atoi64(const char* psz);
int64_t atoi64(const std::string& str);
int atoi(const std::string& str);