summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2017-07-19 08:04:43 +0200
committerJürg Billeter <j@bitron.ch>2017-07-20 07:24:56 +0200
commit2c9f28b79d011383345e5a7cea5b70f2e6c7fb27 (patch)
tree0068a5232b7700100f8522f8b1b66fe2f392ab36
parent19e628722838a78e18ac29ecfbbd9d6a1570ea3f (diff)
downloadbuildstream-2c9f28b79d011383345e5a7cea5b70f2e6c7fb27.tar.gz
buildqueue.py: Do not call _set_built()
_set_built() is being removed.
-rw-r--r--buildstream/_scheduler/buildqueue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_scheduler/buildqueue.py b/buildstream/_scheduler/buildqueue.py
index 439f6699b..045413289 100644
--- a/buildstream/_scheduler/buildqueue.py
+++ b/buildstream/_scheduler/buildqueue.py
@@ -44,6 +44,5 @@ class BuildQueue(Queue):
# Elements are cached after they are successfully assembled
if returncode == 0:
element._cached(recalculate=True)
- element._set_built()
return True