Merge "coordination: remove un-used method is_active()"

This commit is contained in:
Jenkins 2017-05-19 11:00:10 +00:00 committed by Gerrit Code Review
commit 50f371aa99
1 changed files with 0 additions and 3 deletions

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: