Removed dead code

pull/31/head
Tatsuhiro Tsujikawa 2012-10-29 23:08:24 +09:00
parent f42199b46d
commit 6fddbc845c
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ void collectUpward
collectNodes(nodes, parent->getLeft()->getBucket());
}
from = parent;
parent = parent->getParent();
if(DHTBucket::K <= nodes.size()) {
break;
}