mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove dead code
This commit is contained in:
parent
1f3d1d85a9
commit
0180bfe4aa
@ -390,11 +390,6 @@ class EventFederationStore(SQLBaseStore):
|
||||
queue = PriorityQueue()
|
||||
|
||||
for event_id in event_list:
|
||||
txn.execute(
|
||||
query,
|
||||
(room_id, event_id, limit - len(event_results))
|
||||
)
|
||||
|
||||
depth = self._simple_select_one_onecol_txn(
|
||||
txn,
|
||||
table="events",
|
||||
|
Loading…
Reference in New Issue
Block a user