diff options
| author | Kamil Domanski <[email protected]> | 2014-05-13 11:11:02 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-05-21 11:25:28 +0200 |
| commit | e917bdb563f9a154167dc9c1da74f7d3f06253be (patch) | |
| tree | e94c4c56f00516d000d57dd7256aa3ae3574f929 /src/util.h | |
| parent | switch from boost int types to <stdint.h> (diff) | |
| download | discoin-e917bdb563f9a154167dc9c1da74f7d3f06253be.tar.xz discoin-e917bdb563f9a154167dc9c1da74f7d3f06253be.zip | |
remove ParseString(...) which is never used
Rebased-By: Wladimir J. van der Laan <[email protected]>
Rebased-From: be54b87
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 031dbd901..5555e1b33 100644 --- a/src/util.h +++ b/src/util.h @@ -154,7 +154,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); |