Remove explicit calls to send_pdu

This commit is contained in:
Erik Johnston 2016-11-21 14:48:51 +00:00
parent 524d61bf7e
commit 9687e039e7
3 changed files with 9 additions and 61 deletions

View file

@ -158,10 +158,6 @@ class FederationRemoteSendQueue(object):
self.failures[pos] = (destination, str(failure))
def send_pdu(self, pdu, destinations):
# This gets sent down a separate path
pass
def send_device_messages(self, destination):
pos = self._next_pos()
self.device_messages[pos] = destination