summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-09-26 10:05:32 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-04-14 16:25:19 +0900
commitba6af77b61ab69afba3e58acf60fb0727689a9ff (patch)
treebb41a3b6bf6728d20c24df930cfa1d7befe5ea30
parentec26d685ef9e385b5da77db3ed0be49937dbd30b (diff)
downloadbuildstream-ba6af77b61ab69afba3e58acf60fb0727689a9ff.tar.gz
_platform/platform.py: Remove unused artifactcache property
-rw-r--r--buildstream/_platform/platform.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/buildstream/_platform/platform.py b/buildstream/_platform/platform.py
index 153ff34c4..a6051aabb 100644
--- a/buildstream/_platform/platform.py
+++ b/buildstream/_platform/platform.py
@@ -66,13 +66,6 @@ class Platform():
return cls._instance
##################################################################
- # Platform properties #
- ##################################################################
- @property
- def artifactcache(self):
- return self.context.artifactcache
-
- ##################################################################
# Sandbox functions #
##################################################################