Removed unused function in uniform airflow

In this changeset, I removed 2 unused methods.

Change-Id: I2e85ed63739f9bb436d110b54fe2b9ef10962205
This commit is contained in:
Vincent Françoise
2016-08-04 14:55:23 +02:00
parent 31c37342cd
commit 31de0e319f

View File

@@ -106,14 +106,6 @@ class UniformAirflow(base.BaseStrategy):
def get_goal_name(cls):
return "airflow_optimization"
@classmethod
def get_goal_display_name(cls):
return _("Airflow optimization")
@classmethod
def get_translatable_goal_display_name(cls):
return "Airflow optimization"
@classmethod
def get_schema(cls):
# Mandatory default setting for each element