Remove unused function set_status

The function set_status is no longer use in kolla. This patch removes the dead
code of kolla.

Change-Id: Idb10ef075be71e7c016d68b678467aa535f2e069
This commit is contained in:
Luong Anh Tuan 2017-06-12 18:32:58 +07:00
parent de8d817f01
commit f407eb0c3e
1 changed files with 0 additions and 5 deletions

View File

@ -35,8 +35,3 @@ class Task(object):
@abc.abstractmethod
def run(self):
pass
@staticmethod
def set_status(status):
# TODO(harlowja): remove this.
pass