summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-02-25 11:13:50 +0100
committerJürg Billeter <j@bitron.ch>2019-02-28 12:12:38 +0100
commitd7a9ba8c9e2aee868b7bd8633130579aa0e2ebc9 (patch)
tree073bbd5054f56b9c3f47844e81eb21e29c2a710b
parent3fc9e559a3198e350428bb1f9a8eb37b3263bf5d (diff)
downloadbuildstream-d7a9ba8c9e2aee868b7bd8633130579aa0e2ebc9.tar.gz
_artifactcache.py: Remove unused extractdir field
-rw-r--r--buildstream/_artifactcache.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildstream/_artifactcache.py b/buildstream/_artifactcache.py
index 4ed4fb3f9..b317296ec 100644
--- a/buildstream/_artifactcache.py
+++ b/buildstream/_artifactcache.py
@@ -54,7 +54,6 @@ class ArtifactCacheSpec(CASRemoteSpec):
class ArtifactCache():
def __init__(self, context):
self.context = context
- self.extractdir = context.extractdir
self.cas = context.get_cascache()
self.casquota = context.get_casquota()
@@ -73,8 +72,6 @@ class ArtifactCache():
self._has_fetch_remotes = False
self._has_push_remotes = False
- os.makedirs(self.extractdir, exist_ok=True)
-
# setup_remotes():
#
# Sets up which remotes to use