Remove a useless function

This patch removed a function which is only
used for v2.

Change-Id: I4dceaa69ef20f1b2e46b8763f2d18a021c1ba209
This commit is contained in:
wangxiyuan 2018-06-15 16:56:56 +08:00 committed by Gage Hugo
parent f18d54fe16
commit 5a3e70e63c
1 changed files with 0 additions and 5 deletions

View File

@ -459,11 +459,6 @@ class V3Controller(provider_api.ProviderAPIMixin, wsgi.Application):
ref['domain_id'] = self._get_domain_id_from_token(request)
return ref
@staticmethod
def filter_domain_id(ref):
"""Override v2 filter to let domain_id out for v3 calls."""
return ref
def check_protection(self, request, prep_info, target_attr=None):
"""Provide call protection for complex target attributes.