mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-07 11:12:50 +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:
@@ -887,12 +887,6 @@ static std::string FormatException(std::exception* pex, const char* pszThread)
|
||||
"UNKNOWN EXCEPTION \n%s in %s \n", pszModule, pszThread);
|
||||
}
|
||||
|
||||
void LogException(std::exception* pex, const char* pszThread)
|
||||
{
|
||||
std::string message = FormatException(pex, pszThread);
|
||||
LogPrintf("\n%s", message);
|
||||
}
|
||||
|
||||
void PrintExceptionContinue(std::exception* pex, const char* pszThread)
|
||||
{
|
||||
std::string message = FormatException(pex, pszThread);
|
||||
|
||||
Reference in New Issue
Block a user