coordination: remove un-used method is_active()

Change-Id: I599f195a031058b5c33ef44032b38eb9cff50bd9
This commit is contained in:
Julien Danjou 2017-04-27 14:18:59 +02:00
parent 16c25ffcd2
commit 83c3153f08

View File

@ -78,9 +78,6 @@ class Coordinator(object):
self._ev = None
self._dead = None
def is_active(self):
return self.coordinator is not None
def start(self):
"""Connect to coordination backend and start heartbeat."""
if not self.started: