summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 #
##################################################################