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:07:48 +0900
commitb40ce761a108685926dae5845e08ffe0c93b887d (patch)
treebfea4b01cfe06c3c426a2535c39632c0c4e74c47
parent7b061b9fc65832a2fb9eceef79c0d34148c39e4c (diff)
downloadbuildstream-b40ce761a108685926dae5845e08ffe0c93b887d.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