summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-07-05 11:17:59 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-09 15:49:43 +0000
commitca99f45bf526e4c247dddc0bf91a1a0cd0d1b678 (patch)
tree70b6274965c566035af81d0b119887d995a55ce8
parent5d3752fb5a2c11c820e4035dfdbc4e797ee78225 (diff)
downloadbuildstream-aevri/rm_artifacts.tar.gz
_artifact: rm unused _artifacts memberaevri/rm_artifacts
-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