Remove dead code
This commit is contained in:
parent
1f3d1d85a9
commit
0180bfe4aa
|
@ -390,11 +390,6 @@ class EventFederationStore(SQLBaseStore):
|
||||||
queue = PriorityQueue()
|
queue = PriorityQueue()
|
||||||
|
|
||||||
for event_id in event_list:
|
for event_id in event_list:
|
||||||
txn.execute(
|
|
||||||
query,
|
|
||||||
(room_id, event_id, limit - len(event_results))
|
|
||||||
)
|
|
||||||
|
|
||||||
depth = self._simple_select_one_onecol_txn(
|
depth = self._simple_select_one_onecol_txn(
|
||||||
txn,
|
txn,
|
||||||
table="events",
|
table="events",
|
||||||
|
|
Loading…
Reference in New Issue