diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-02-24 17:20:14 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-12 16:24:50 +0000 |
commit | 120b6892840bae0e791348da4b1b35761e841b55 (patch) | |
tree | e4bc18faf07710abfb7234f2c048fbf5438c6090 /synapse | |
parent | Initial tiny attempt at (vectorable) counter metrics (diff) | |
download | synapse-120b6892840bae0e791348da4b1b35761e841b55.tar.xz |
Delete pointless (and unreachable) __init__ method from FederationClient
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
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( |