mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove all other print() methods
All unused.
This commit is contained in:
@@ -874,11 +874,6 @@ uint64_t CNetAddr::GetHash() const
|
||||
return nRet;
|
||||
}
|
||||
|
||||
void CNetAddr::print() const
|
||||
{
|
||||
LogPrintf("CNetAddr(%s)\n", ToString());
|
||||
}
|
||||
|
||||
// private extensions to enum Network, only returned by GetExtNetwork,
|
||||
// and only used in GetReachabilityFrom
|
||||
static const int NET_UNKNOWN = NET_MAX + 0;
|
||||
@@ -1107,11 +1102,6 @@ std::string CService::ToString() const
|
||||
return ToStringIPPort();
|
||||
}
|
||||
|
||||
void CService::print() const
|
||||
{
|
||||
LogPrintf("CService(%s)\n", ToString());
|
||||
}
|
||||
|
||||
void CService::SetPort(unsigned short portIn)
|
||||
{
|
||||
port = portIn;
|
||||
|
||||
Reference in New Issue
Block a user