summaryrefslogtreecommitdiff
path: root/src/buildstream/plugin.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-06-13 19:18:04 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-15 14:14:02 +0000
commit7d503879aa298b3772904333727d807e1b03767f (patch)
tree924aeeac03c4df737646d896b3eea0402059bb1e /src/buildstream/plugin.py
parent3b3ed540b975de0de80a3c8248d5d90659b34aec (diff)
downloadbuildstream-7d503879aa298b3772904333727d807e1b03767f.tar.gz
element: remove 'node_subst_list_element'
This method is unused and can be easily reimplemented with the new Node API by looping over nodes.
Diffstat (limited to 'src/buildstream/plugin.py')
-rw-r--r--src/buildstream/plugin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildstream/plugin.py b/src/buildstream/plugin.py
index 007db4930..787b414cf 100644
--- a/src/buildstream/plugin.py
+++ b/src/buildstream/plugin.py
@@ -294,8 +294,7 @@ class Plugin():
For Elements, when variable substitution is desirable, the
:func:`Element.node_subst_member() <buildstream.element.Element.node_subst_member>`
- and :func:`Element.node_subst_list_element() <buildstream.element.Element.node_subst_list_element>`
- methods can be used.
+ method can be used.
"""
raise ImplError("{tag} plugin '{kind}' does not implement configure()".format(
tag=self.__type_tag, kind=self.get_kind()))