This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch shared/split_out_update_state
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6d12df578cccbf33af2adf405d9fea3aacc20806
Author: Jonathan Maw <[email protected]>
AuthorDate: Wed Apr 17 17:13:51 2019 +0100

    element.py: Remove _update_state from _schedule_tracking
    
    Nothing can happen at this point
---
 buildstream/element.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/buildstream/element.py b/buildstream/element.py
index bdedc50..357ce97 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():
     #

Reply via email to