core: Remove unused on_shutdown attribute.
This commit is contained in:
parent
0299f86bc9
commit
7f3a58d514
|
@ -938,7 +938,6 @@ class Broker(object):
|
|||
shutdown_timeout = 3.0
|
||||
|
||||
def __init__(self):
|
||||
self.on_shutdown = []
|
||||
self._alive = True
|
||||
self._queue = Queue.Queue()
|
||||
self._readers = set()
|
||||
|
|
Loading…
Reference in New Issue