summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifactelement.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-02-27 09:38:32 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-04-28 05:01:39 +0000
commitfc66c3606f68721985ffe899bc0d2713224b45b9 (patch)
tree57c630cb24f3e16a6851f38a248bac6cb88c197f /src/buildstream/_artifactelement.py
parente1f96f6dd4174cb9d1e8bb71724f281088d7a1f4 (diff)
downloadbuildstream-fc66c3606f68721985ffe899bc0d2713224b45b9.tar.gz
element.py: Drop BST_VIRTUAL_DIRECTORY
`Sandbox.get_directory()` no longer exists.
Diffstat (limited to 'src/buildstream/_artifactelement.py')
-rw-r--r--src/buildstream/_artifactelement.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buildstream/_artifactelement.py b/src/buildstream/_artifactelement.py
index 4b6d6dd50..4066cef06 100644
--- a/src/buildstream/_artifactelement.py
+++ b/src/buildstream/_artifactelement.py
@@ -42,10 +42,6 @@ class ArtifactElement(Element):
# A hash of ArtifactElement by ref
__instantiated_artifacts = {} # type: Dict[str, ArtifactElement]
- # ArtifactElement's require this as the sandbox will use a normal
- # directory when we checkout
- BST_VIRTUAL_DIRECTORY = True
-
def __init__(self, context, ref):
_, element, key = verify_artifact_ref(ref)