summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/policy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/policy.py b/openstack/common/policy.py
index cb564c0..6ef62c7 100644
--- a/openstack/common/policy.py
+++ b/openstack/common/policy.py
@@ -858,7 +858,6 @@ def register(name, func=None):
# class. Returns the function or class for compliance with the
# decorator interface.
def decorator(func):
- global _checks
_checks[name] = func
return func