diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-13 12:36:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-05-13 12:36:29 +0200 |
commit | a99f9be0ebd4062fd73648d525b2c7961f845580 (patch) | |
tree | 2097cdc687016e52485a5fa12c81d56521cf1ebc /src/util.h | |
parent | bfae70aae686e4631090bd0064fa6ac6eeed17d2 (diff) | |
parent | be54b87f22f10bf84bc25d9e29bf1eed596dc764 (diff) |
Merge pull request #4182
be54b87 remove ParseString(...) which is never used (Kamil Domanski)
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 27a08716dd..52ca6e579b 100644 --- a/src/util.h +++ b/src/util.h @@ -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); |