diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2019-04-17 17:13:51 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-04-29 12:17:38 +0000 |
commit | 7dc2b15ee4170decd56b9eac7da4781493980249 (patch) | |
tree | 8fd1e16c86b157c26a623db83049fe959ad8651c /buildstream/element.py | |
parent | e13ac6d8b8782601997d62b14e05928c5fb89fa1 (diff) | |
download | buildstream-7dc2b15ee4170decd56b9eac7da4781493980249.tar.gz |
element.py: Remove _update_state from _schedule_trackingjonathan/reduce-update-state-calls
Nothing can happen at this point
Diffstat (limited to 'buildstream/element.py')
-rw-r--r-- | buildstream/element.py | 1 |
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(): # |