Remove confirm_share_allocation from interface (unused).

This commit is contained in:
Jason R. Coombs 2020-12-18 10:55:20 -05:00
parent d051791e95
commit 090031cbfc
2 changed files with 0 additions and 9 deletions

View File

@ -388,9 +388,6 @@ class PeerSelector(object):
def add_peers(self, peerids=None):
raise NotImplementedError
def confirm_share_allocation(self, peerid, shnum):
raise NotImplementedError
class _QueryStatistics(object):

View File

@ -860,12 +860,6 @@ class IPeerSelector(Interface):
peer selection begins.
"""
def confirm_share_allocation(peerid, shnum):
"""
Confirm that an allocated peer=>share pairing has been
successfully established.
"""
def add_peers(peerids=set):
"""
Update my internal state to include the peers in peerids as