remove commented-out code

This commit is contained in:
Jude Nelson
2021-01-12 14:30:51 -05:00
parent 9d7d635769
commit 284ad83380

View File

@@ -3031,15 +3031,6 @@ impl PeerNetwork {
// did one pass
did_cycle = true;
do_prune = true;
/*
do_prune = match self.walk {
Some(ref mut walk) => {
walk.do_prune = false;
true
}
None => true
};
*/
// restart
self.work_state = PeerNetworkWorkState::GetPublicIP;