summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-09-08 18:27:13 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-09-10 16:53:56 +0900
commita3825ba6896914dc19199b400bb2acc6250acae9 (patch)
treed542a1c5f2baffb6444cd1d9fc2e61317af672b8
parent00784059bce58f2c95cbef8abe10b85b3c414fc9 (diff)
downloadbuildstream-a3825ba6896914dc19199b400bb2acc6250acae9.tar.gz
_artifactcache/artifactcache.py: Removing unused variable.
The ArtifactCache._local variable used to exist in order to use a special hack to allow absolute paths to a remote artifact cache, this was all for the purpose of testing. This has all gone away with the introduction of CAS, leaving behind a stale variable.
-rw-r--r--buildstream/_artifactcache/artifactcache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/artifactcache.py b/buildstream/_artifactcache/artifactcache.py
index b7a51793e..8d7ace2a6 100644
--- a/buildstream/_artifactcache/artifactcache.py
+++ b/buildstream/_artifactcache/artifactcache.py
@@ -90,7 +90,6 @@ class ArtifactCache():
self.global_remote_specs = []
self.project_remote_specs = {}
- self._local = False
self.cache_size = None
self.cache_quota = None
self.cache_lower_threshold = None