Skip to content
Snippets Groups Projects
Commit 5d0f6658 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove redundant clock

parent 3bd76062
No related branches found
No related tags found
No related merge requests found
......@@ -550,7 +550,6 @@ class EventsStore(EventsWorkerStore):
def __init__(self, db_conn, hs):
super(EventsStore, self).__init__(db_conn, hs)
self._clock = hs.get_clock()
self.register_background_update_handler(
self.EVENT_ORIGIN_SERVER_TS_NAME, self._background_reindex_origin_server_ts
)
......@@ -579,8 +578,6 @@ class EventsStore(EventsWorkerStore):
psql_only=True,
)
self._event_persist_queue = _EventPeristenceQueue()
self._state_resolution_handler = hs.get_state_resolution_handler()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment