mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
remove LogException( ) which is never used
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user