Merge "Remove unused variable"

This commit is contained in:
Jenkins 2014-06-16 12:42:11 +00:00 committed by Gerrit Code Review
commit abab39972f
1 changed files with 0 additions and 1 deletions

View File

@ -2126,7 +2126,6 @@ class TestTempurlEnv(object):
cls.tempurl_enabled = 'tempurl' in cluster_info cls.tempurl_enabled = 'tempurl' in cluster_info
if not cls.tempurl_enabled: if not cls.tempurl_enabled:
return return
cls.tempurl_methods = cluster_info['tempurl']['methods']
cls.tempurl_key = Utils.create_name() cls.tempurl_key = Utils.create_name()
cls.tempurl_key2 = Utils.create_name() cls.tempurl_key2 = Utils.create_name()