summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/flavors.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/api/openstack/flavors.py b/nova/api/openstack/flavors.py
index afc900cce..7280ecbce 100644
--- a/nova/api/openstack/flavors.py
+++ b/nova/api/openstack/flavors.py
@@ -39,9 +39,6 @@ class Controller(object):
items = self._get_flavors(req, is_detail=True)
return dict(flavors=items)
- def _get_view_builder(self, req):
- raise NotImplementedError()
-
def _get_flavors(self, req, is_detail=True):
"""Helper function that returns a list of flavor dicts."""
filters = {}