summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-09-26 10:05:32 +0100
committerJürg Billeter <j@bitron.ch>2018-09-27 10:18:43 +0100
commit28c62b005d2489e6721f8ff3d101da3266390257 (patch)
tree906f22feebc58ff4bb678cd75b5fd20c8fe71765
parentcb6b35dc2f7e4cc9580bdd840c62a2b1c00758b7 (diff)
downloadbuildstream-28c62b005d2489e6721f8ff3d101da3266390257.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 #
##################################################################