diff options
| author | Kamil Domanski <[email protected]> | 2014-05-13 21:00:16 +0200 |
|---|---|---|
| committer | Kamil Domanski <[email protected]> | 2014-05-20 14:58:21 +0200 |
| commit | 595f691d0acd871ecaba323d888a3632805c1828 (patch) | |
| tree | 027149ff464291a7e62fb5ead08302dee84cb951 /src/util.h | |
| parent | remove CTransaction::IsNewerThan which is never used (diff) | |
| download | discoin-595f691d0acd871ecaba323d888a3632805c1828.tar.xz discoin-595f691d0acd871ecaba323d888a3632805c1828.zip | |
remove LogException( ) which is never used
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h index 97185073e..dc0c3a8ca 100644 --- a/src/util.h +++ b/src/util.h @@ -151,8 +151,6 @@ static inline bool error(const char* format) return false; } - -void LogException(std::exception* pex, const char* pszThread); void PrintExceptionContinue(std::exception* pex, const char* pszThread); std::string FormatMoney(int64_t n, bool fPlus=false); bool ParseMoney(const std::string& str, int64_t& nRet); |