removed dead method

This commit is contained in:
Sandy Walsh
2011-03-16 23:31:06 -03:00
parent f1d96c0b40
commit 81aff6f2dd

View File

@@ -49,10 +49,6 @@ def _call_scheduler(method, context, params=None):
class API(object):
"""API for interacting with the scheduler."""
@classmethod
def _is_current_zone(cls, zone):
return True
@classmethod
def get_zone_list(cls, context):
"""Return a list of zones assoicated with this zone."""