mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
remove some unused functions
Identified with `cppcheck --enable=unusedFunction .`. - GetSendBufferSize()'s last use removed in991955ee81- SetPort()'s last use removed in7e195e8459- GetfLargeWorkInvalidChainFound() was introduced ine3ba0ef956and never used
This commit is contained in:
@@ -37,12 +37,6 @@ void SetfLargeWorkInvalidChainFound(bool flag)
|
||||
fLargeWorkInvalidChainFound = flag;
|
||||
}
|
||||
|
||||
bool GetfLargeWorkInvalidChainFound()
|
||||
{
|
||||
LOCK(cs_warnings);
|
||||
return fLargeWorkInvalidChainFound;
|
||||
}
|
||||
|
||||
std::string GetWarnings(const std::string& strFor)
|
||||
{
|
||||
std::string strStatusBar;
|
||||
|
||||
Reference in New Issue
Block a user