diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 23:31:06 -0300 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-16 23:31:06 -0300 |
| commit | 2f72127478405f5d87a40d799cc04e77e744f35b (patch) | |
| tree | 8bcca06ca7a231293ff0ab1c5f23857a6d08a4b8 | |
| parent | fe82fc64ebe616d2ecb0a25c3c32efac9241d7e3 (diff) | |
removed dead method
| -rw-r--r-- | nova/scheduler/api.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/scheduler/api.py b/nova/scheduler/api.py index 804dade6b..71d211fe9 100644 --- a/nova/scheduler/api.py +++ b/nova/scheduler/api.py @@ -50,10 +50,6 @@ 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.""" items = _call_scheduler('get_zone_list', context) |
