diff options
author | Jürg Billeter <j@bitron.ch> | 2018-09-26 10:05:32 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-09-27 10:18:43 +0100 |
commit | 28c62b005d2489e6721f8ff3d101da3266390257 (patch) | |
tree | 906f22feebc58ff4bb678cd75b5fd20c8fe71765 /buildstream | |
parent | cb6b35dc2f7e4cc9580bdd840c62a2b1c00758b7 (diff) | |
download | buildstream-28c62b005d2489e6721f8ff3d101da3266390257.tar.gz |
_platform/platform.py: Remove unused artifactcache property
Diffstat (limited to 'buildstream')
-rw-r--r-- | buildstream/_platform/platform.py | 7 |
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 # ################################################################## |