Dead code removal.
This commit is contained in:
parent
bbcc3304a0
commit
704205c5f7
2 changed files with 1 additions and 14 deletions
|
@ -451,12 +451,6 @@ void Switch::requestWhois(const Address &addr)
|
|||
_sendWhoisRequest(addr,(const Address *)0,0);
|
||||
}
|
||||
|
||||
void Switch::cancelWhoisRequest(const Address &addr)
|
||||
{
|
||||
Mutex::Lock _l(_outstandingWhoisRequests_m);
|
||||
_outstandingWhoisRequests.erase(addr);
|
||||
}
|
||||
|
||||
void Switch::doAnythingWaitingForPeer(const SharedPtr<Peer> &peer)
|
||||
{
|
||||
{ // cancel pending WHOIS since we now know this peer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue