summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-24 16:32:16 +0100
committerErik Johnston <erik@matrix.org>2015-06-24 16:32:16 +0100
commitecae5437bb514f237f79f45654b83148daa79186 (patch)
tree72bd5e0c66c425df5467dc33feb978b11504cd2f
parentVerify state and auth_chain in the same batch (diff)
downloadsynapse-ecae5437bb514f237f79f45654b83148daa79186.tar.xz
Remove unused line
-rw-r--r--synapse/federation/federation_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/federation/federation_base.py b/synapse/federation/federation_base.py

index 6dd81a5e29..bdfa247604 100644 --- a/synapse/federation/federation_base.py +++ b/synapse/federation/federation_base.py
@@ -51,9 +51,6 @@ class FederationBase(object): Returns: Deferred : A list of PDUs that have valid signatures and hashes. """ - - signed_pdus = [] - deferreds = self._check_sigs_and_hashes(pdus) def callback(pdu):