mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
PeerGroup: delete dead code
This commit is contained in:
@@ -1912,11 +1912,6 @@ public class PeerGroup implements TransactionBroadcaster {
|
||||
return Utils.maxOfMostFreq(heights);
|
||||
}
|
||||
|
||||
private static class PeerAndPing {
|
||||
Peer peer;
|
||||
long pingTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* Given a list of Peers, return a Peer to be used as the download peer. If you don't want PeerGroup to manage
|
||||
* download peer statuses for you, just override this and always return null.
|
||||
|
||||
Reference in New Issue
Block a user