0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 10:18:52 +02:00

Remove dead code

This commit is contained in:
Erik Johnston 2015-05-21 15:53:41 +01:00
parent 1f3d1d85a9
commit 0180bfe4aa

View file

@ -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",