coordination: remove un-used method is_active()
Change-Id: I599f195a031058b5c33ef44032b38eb9cff50bd9
This commit is contained in:
parent
16c25ffcd2
commit
83c3153f08
@ -78,9 +78,6 @@ class Coordinator(object):
|
|||||||
self._ev = None
|
self._ev = None
|
||||||
self._dead = None
|
self._dead = None
|
||||||
|
|
||||||
def is_active(self):
|
|
||||||
return self.coordinator is not None
|
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
"""Connect to coordination backend and start heartbeat."""
|
"""Connect to coordination backend and start heartbeat."""
|
||||||
if not self.started:
|
if not self.started:
|
||||||
|
Loading…
Reference in New Issue
Block a user