Remove dead code

This commit is contained in:
Erik Johnston 2014-12-10 18:00:36 +00:00
parent b245ee34ed
commit 02e4c18171
2 changed files with 0 additions and 27 deletions

View file

@ -32,10 +32,8 @@ class BaseHandler(object):
def __init__(self, hs):
self.store = hs.get_datastore()
self.event_factory = hs.get_event_factory()
self.auth = hs.get_auth()
self.notifier = hs.get_notifier()
self.room_lock = hs.get_room_lock_manager()
self.state_handler = hs.get_state_handler()
self.distributor = hs.get_distributor()
self.ratelimiter = hs.get_ratelimiter()