You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:50:36 UTC

[buildstream] 03/06: element.py: Remove _update_state from _schedule_tracking

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

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

commit b0578e1caf3d3259c9b2305b454db1ee587b69f0
Author: Jonathan Maw <jo...@codethink.co.uk>
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():
     #