mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-25 09:59:18 -04:00
Remove unused cache
This commit is contained in:
parent
cea7839911
commit
e4f3431116
2 changed files with 1 additions and 9 deletions
|
@ -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"]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue