diff options
Diffstat (limited to 'src/buildstream/plugins/elements/stack.py')
-rw-r--r-- | src/buildstream/plugins/elements/stack.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/plugins/elements/stack.py b/src/buildstream/plugins/elements/stack.py index f569199b6..df11a257f 100644 --- a/src/buildstream/plugins/elements/stack.py +++ b/src/buildstream/plugins/elements/stack.py @@ -30,9 +30,6 @@ from buildstream import Element # Element implementation for the 'stack' kind. class StackElement(Element): - # This plugin has been modified to avoid the use of Sandbox.get_directory - BST_VIRTUAL_DIRECTORY = True - # This plugin does not produce any artifacts when built BST_ELEMENT_HAS_ARTIFACT = False |