diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-03-31 17:24:06 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-31 17:24:06 +0100 |
commit | cfe8c8ab8e412b6320e5963ced0670fbc7b00d1b (patch) | |
tree | 22d3eaed314d21069684b9d26cd95cf2e19ed366 /synapse | |
parent | Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181) (diff) | |
download | synapse-cfe8c8ab8e412b6320e5963ced0670fbc7b00d1b.tar.xz |
Remove unused `start_background_update`
This was only used in a unit test, so let's just inline it in the test.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/background_updates.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/synapse/storage/background_updates.py b/synapse/storage/background_updates.py |