remove unused variable in _IdentityServer

Remove the unused variable AUTH_VERSION in _IdentityServer. I think
this is the variable that we forgot wo delete when we refacotr code.

Change-Id: I5e45cf28f4f8157539aba8e17fdb345f5dca08f1
This commit is contained in:
wanghong 2014-12-29 11:11:08 +08:00
parent c97be0a9ee
commit 007dbb2b9e
1 changed files with 0 additions and 2 deletions

View File

@ -1449,8 +1449,6 @@ class _IdentityServer(object):
"""
AUTH_VERSION = None
def __init__(self, log, adap, include_service_catalog=None, auth_uri=None,
requested_auth_version=None):
self._LOG = log