remove some unused functions

Identified with `cppcheck --enable=unusedFunction .`.

 - GetSendBufferSize()'s last use removed in
   991955ee81
 - SetPort()'s last use removed in
   7e195e8459
 - GetfLargeWorkInvalidChainFound() was introduced in
   e3ba0ef956 and never used
This commit is contained in:
Marko Bencun
2017-06-01 19:13:51 +02:00
parent 420238d310
commit f228b8e163
6 changed files with 0 additions and 16 deletions

View File

@@ -598,11 +598,6 @@ std::string CService::ToString() const
return ToStringIPPort();
}
void CService::SetPort(unsigned short portIn)
{
port = portIn;
}
CSubNet::CSubNet():
valid(false)
{