summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-12-05 16:14:48 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-12-09 08:08:31 +0000
commitfdab45358a79a5bc0248bbb88429e9a6328371f9 (patch)
tree59f1290bdbd56da61e6c1754d237f7c4ec02b37d
parentdc7a40995c16a4dcd7b94695c2db251bab30f004 (diff)
downloadbuildstream-fdab45358a79a5bc0248bbb88429e9a6328371f9.tar.gz
_project: remove create_artifact_element()
-rw-r--r--src/buildstream/_project.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/buildstream/_project.py b/src/buildstream/_project.py
index 67d41a6b5..fb2ae1a88 100644
--- a/src/buildstream/_project.py
+++ b/src/buildstream/_project.py
@@ -378,19 +378,6 @@ class Project:
else:
return self.config.element_factory.create(self._context, self, meta)
- # create_artifact_element()
- #
- # Instantiate and return an ArtifactElement
- #
- # Args:
- # ref (str): A string of the artifact ref
- #
- # Returns:
- # (ArtifactElement): A newly created ArtifactElement object of the appropriate kind
- #
- def create_artifact_element(self, ref):
- return ArtifactElement(self._context, ref)
-
# create_source()
#
# Instantiate and return a Source