From f407eb0c3ee4a48f447862228ffeae0d29b37bc0 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Mon, 12 Jun 2017 18:32:58 +0700 Subject: [PATCH] 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 --- kolla/common/task.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kolla/common/task.py b/kolla/common/task.py index 255abf85c4..ff23e2ad88 100644 --- a/kolla/common/task.py +++ b/kolla/common/task.py @@ -35,8 +35,3 @@ class Task(object): @abc.abstractmethod def run(self): pass - - @staticmethod - def set_status(status): - # TODO(harlowja): remove this. - pass