Remove the LockManager class because it wasn't being used

This commit is contained in:
Mark Haines 2015-11-04 14:08:15 +00:00
parent f74f48e9e6
commit c452dabc3d
4 changed files with 0 additions and 189 deletions

View file

@ -72,8 +72,6 @@ class FederationHandler(BaseHandler):
self.server_name = hs.hostname
self.keyring = hs.get_keyring()
self.lock_manager = hs.get_room_lock_manager()
self.replication_layer.set_handler(self)
# When joining a room we need to queue any events for that room up