Commit 7f3a58d5 authored by David Wilson's avatar David Wilson

core: Remove unused on_shutdown attribute.

parent 0299f86b
...@@ -938,7 +938,6 @@ class Broker(object): ...@@ -938,7 +938,6 @@ class Broker(object):
shutdown_timeout = 3.0 shutdown_timeout = 3.0
def __init__(self): def __init__(self):
self.on_shutdown = []
self._alive = True self._alive = True
self._queue = Queue.Queue() self._queue = Queue.Queue()
self._readers = set() self._readers = set()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment