remove ParseString(...) which is never used

This commit is contained in:
Kamil Domanski
2014-05-13 11:11:02 +02:00
parent bfae70aae6
commit be54b87f22
2 changed files with 0 additions and 21 deletions

View File

@@ -153,7 +153,6 @@ static inline bool error(const char* format)
void LogException(std::exception* pex, const char* pszThread);
void PrintExceptionContinue(std::exception* pex, const char* pszThread);
void ParseString(const std::string& str, char c, std::vector<std::string>& v);
std::string FormatMoney(int64_t n, bool fPlus=false);
bool ParseMoney(const std::string& str, int64_t& nRet);
bool ParseMoney(const char* pszIn, int64_t& nRet);