forked from MirrorHub/synapse
Remove dead code
This commit is contained in:
parent
1f3d1d85a9
commit
0180bfe4aa
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue