summaryrefslogtreecommitdiff
path: root/src/buildstream/_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_project.py')
-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