diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-10-24 14:49:38 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-10-24 14:49:38 -0700 |
| commit | c7d370c17fc8b44f4d83868de9c6958347b75ca2 (patch) | |
| tree | 6166ba5f7bf3726e25dff03baebcfa7f93e09aae /node/Topology.cpp | |
| parent | 395d8b31392309d2861cd2d50377aaa8953f42cd (diff) | |
| download | infinitytier-c7d370c17fc8b44f4d83868de9c6958347b75ca2.tar.gz infinitytier-c7d370c17fc8b44f4d83868de9c6958347b75ca2.zip | |
Delete something that turns out not to be useful. This will be handled differently.
Diffstat (limited to 'node/Topology.cpp')
| -rw-r--r-- | node/Topology.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node/Topology.cpp b/node/Topology.cpp index f884e9c3..d5fea569 100644 --- a/node/Topology.cpp +++ b/node/Topology.cpp @@ -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) |
