summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/artifactcache.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_artifactcache/artifactcache.py')
-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