summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-04-24 13:27:38 +0100
committerErik Johnston <erik@matrix.org>2017-04-24 13:27:38 +0100
commite4f34311166cc93ad26fc12969867e1db30b4a30 (patch)
tree180d40e166876fa896eb3fcc166c1f32988b9328 /synapse/replication
parentDocument some of the admin APIs (#2143) (diff)
downloadsynapse-e4f34311166cc93ad26fc12969867e1db30b4a30.tar.xz
Remove unused cache
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/slave/storage/events.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/replication/slave/storage/events.py b/synapse/replication/slave/storage/events.py
index 4ca1e5aa8c..ab48ff925e 100644
--- a/synapse/replication/slave/storage/events.py
+++ b/synapse/replication/slave/storage/events.py
@@ -102,9 +102,6 @@ class SlavedEventStore(BaseSlavedStore):
     _get_state_groups_from_groups_txn = (
         DataStore._get_state_groups_from_groups_txn.__func__
     )
-    _get_state_group_from_group = (
-        StateStore.__dict__["_get_state_group_from_group"]
-    )
     get_recent_event_ids_for_room = (
         StreamStore.__dict__["get_recent_event_ids_for_room"]
     )