summaryrefslogtreecommitdiff
path: root/src/buildstream/_pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_pipeline.py')
-rw-r--r--src/buildstream/_pipeline.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/buildstream/_pipeline.py b/src/buildstream/_pipeline.py
index 77b3c24e0..01ebc2e96 100644
--- a/src/buildstream/_pipeline.py
+++ b/src/buildstream/_pipeline.py
@@ -79,21 +79,6 @@ class Pipeline:
return tuple(element_groups)
- # load_artifacts()
- #
- # Loads ArtifactElements from target artifacts.
- #
- # Args:
- # target (list [str]): Target artifacts to load
- #
- # Returns:
- # (list [ArtifactElement]): A list of ArtifactElement objects
- #
- def load_artifacts(self, targets):
- # XXX: This is not included as part of the "load-pipeline" profiler, we could move
- # the profiler to Stream?
- return self._project.load_artifacts(targets)
-
# resolve_elements()
#
# Resolve element state and cache keys.