summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2015-02-24 17:20:14 +0000
committerPaul "LeoNerd" Evans <paul@matrix.org>2015-03-12 16:24:50 +0000
commit120b6892840bae0e791348da4b1b35761e841b55 (patch)
treee4bc18faf07710abfb7234f2c048fbf5438c6090
parentInitial tiny attempt at (vectorable) counter metrics (diff)
downloadsynapse-120b6892840bae0e791348da4b1b35761e841b55.tar.xz
Delete pointless (and unreachable) __init__ method from FederationClient
-rw-r--r--synapse/federation/federation_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py
index f131941f45..2284fc1d99 100644
--- a/synapse/federation/federation_client.py
+++ b/synapse/federation/federation_client.py
@@ -37,8 +37,6 @@ logger = logging.getLogger(__name__)
 
 
 class FederationClient(FederationBase):
-    def __init__(self):
-        self._get_pdu_cache = None
 
     def start_get_pdu_cache(self):
         self._get_pdu_cache = ExpiringCache(