You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:37:13 UTC

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

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

not-in-ldap 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 <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():
     #