summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifact.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_artifact.py')
-rw-r--r--src/buildstream/_artifact.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py
index ffe92db16..ec574e335 100644
--- a/src/buildstream/_artifact.py
+++ b/src/buildstream/_artifact.py
@@ -53,7 +53,6 @@ class Artifact():
def __init__(self, element, context, *, strong_key=None, weak_key=None):
self._element = element
self._context = context
- self._artifacts = context.artifactcache
self._cache_key = strong_key
self._weak_cache_key = weak_key
self._artifactdir = context.artifactdir