summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2019-04-17 17:13:51 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-04-29 12:17:38 +0000
commit7dc2b15ee4170decd56b9eac7da4781493980249 (patch)
tree8fd1e16c86b157c26a623db83049fe959ad8651c
parente13ac6d8b8782601997d62b14e05928c5fb89fa1 (diff)
downloadbuildstream-jonathan/reduce-update-state-calls.tar.gz
element.py: Remove _update_state from _schedule_trackingjonathan/reduce-update-state-calls
Nothing can happen at this point
-rw-r--r--buildstream/element.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index a4bc89691..8cc25fec6 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -1393,7 +1393,6 @@ class Element(Plugin):
#
def _schedule_tracking(self):
self.__tracking_scheduled = True
- self._update_state()
# _tracking_done():
#