mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Merge pull request #4183
f40dbeeremove CPubKey::VerifyCompact( ) which is never used (Kamil Domanski)28b6c1dremove GetMedianTime( ) which is never used (Kamil Domanski)5bd4adcremove LookupHostNumeric( ) which is never used (Kamil Domanski)595f691remove LogException( ) which is never used (Kamil Domanski)f4057cbremove CTransaction::IsNewerThan which is never used (Kamil Domanski)0e31e56remove CWallet::AddReserveKey which is never used (Kamil Domanski)
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