Remove unused var
Project: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/commit/3047c3c4 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/tree/3047c3c4 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/diff/3047c3c4 Branch: refs/heads/master Commit: 3047c3c4a40aa69df7b7e00b8d9debb79abb88d2 Parents: aa999b5 Author: Thomas Jackson <[email protected]> Authored: Tue Jan 6 18:15:49 2015 -0800 Committer: Thomas Jackson <[email protected]> Committed: Tue Jan 6 18:15:49 2015 -0800 ---------------------------------------------------------------------- tsqa/test_cases.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver-qa/blob/3047c3c4/tsqa/test_cases.py ---------------------------------------------------------------------- diff --git a/tsqa/test_cases.py b/tsqa/test_cases.py index e4d7490..da7f8e9 100644 --- a/tsqa/test_cases.py +++ b/tsqa/test_cases.py @@ -52,8 +52,6 @@ class EnvironmentCase(unittest.TestCase): # start ATS cls.environment.start() - cls._config_cache = {} - @classmethod def getEnv(cls): '''
