diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-03 18:34:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-15 10:28:12 +0100 |
commit | fb8fc5e78c475e217655a05add516c2520d17a4e (patch) | |
tree | 109da1d36f254df247299ab31b540dd06b21d459 /bitbake/lib/bb/ui | |
parent | 97fda91810a062a36e419b4d3993a4a36f90f7b9 (diff) | |
download | poky-fb8fc5e78c475e217655a05add516c2520d17a4e.tar.gz |
bitbake: event/runqueue: Drop StampUpdate event, its pointless/unused
Whilst this class has existed for years, it doesn't have any
users and has a questionable interface. Drop it to allow for further
simplification and changes.
(Bitbake rev: 3ab51764f7965d696bb2c5a872bf161473df4289)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui')
-rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 88f638fb38..1c72aa2947 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
@@ -660,7 +660,6 @@ def main(server, eventHandler, params, tf = TerminalFilter): | |||
660 | # ignore | 660 | # ignore |
661 | if isinstance(event, (bb.event.BuildBase, | 661 | if isinstance(event, (bb.event.BuildBase, |
662 | bb.event.MetadataEvent, | 662 | bb.event.MetadataEvent, |
663 | bb.event.StampUpdate, | ||
664 | bb.event.ConfigParsed, | 663 | bb.event.ConfigParsed, |
665 | bb.event.MultiConfigParsed, | 664 | bb.event.MultiConfigParsed, |
666 | bb.event.RecipeParsed, | 665 | bb.event.RecipeParsed, |