Delete something that turns out not to be useful. This will be handled differently.
This commit is contained in:
parent
395d8b3139
commit
c7d370c17f
8 changed files with 0 additions and 261 deletions
|
@ -425,13 +425,6 @@ void Topology::_memoizeUpstreams(void *tPtr)
|
|||
}
|
||||
|
||||
std::sort(_upstreamAddresses.begin(),_upstreamAddresses.end());
|
||||
|
||||
_cor.clear();
|
||||
for(std::vector<Address>::const_iterator a(_upstreamAddresses.begin());a!=_upstreamAddresses.end();++a) {
|
||||
if (!_cor.addRepresentative(*a))
|
||||
break;
|
||||
}
|
||||
_cor.sign(RR->identity,RR->node->now());
|
||||
}
|
||||
|
||||
void Topology::_savePeer(void *tPtr,const SharedPtr<Peer> &peer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue