summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifactelement.py
diff options
context:
space:
mode:
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)