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:
@@ -35,8 +35,3 @@ class Task(object):
|
||||
@abc.abstractmethod
|
||||
def run(self):
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def set_status(status):
|
||||
# TODO(harlowja): remove this.
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user