Unused member variable

pull/722/head
David Baker 2016-04-12 16:25:26 +01:00
parent 10ebbaea2e
commit 65141161f6
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class PusherPool:
self.store = self.hs.get_datastore()
self.clock = self.hs.get_clock()
self.pushers = {}
self.last_pusher_started = -1
@defer.inlineCallbacks
def start(self):