diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-21 21:09:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-21 21:09:38 +0000 |
commit | 9d81637f62685fa9cfd7003b434c70a458f1a06b (patch) | |
tree | eac1c8b565ac51f4b10f0e1c675c134eb181a0d5 /bitbake/lib | |
parent | 019392eadbaab002005d5520f8f4b99655eac02e (diff) | |
download | poky-9d81637f62685fa9cfd7003b434c70a458f1a06b.tar.gz |
event.py: Revert accidental but harmless commit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4529 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/event.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py index fb99c3912d..c0a59e6120 100644 --- a/bitbake/lib/bb/event.py +++ b/bitbake/lib/bb/event.py | |||
@@ -230,10 +230,6 @@ class BuildStarted(BuildBase): | |||
230 | """bbmake build run started""" | 230 | """bbmake build run started""" |
231 | 231 | ||
232 | 232 | ||
233 | class BuildFailed(BuildBase): | ||
234 | """bbmake build run failed""" | ||
235 | |||
236 | |||
237 | class BuildCompleted(BuildBase): | 233 | class BuildCompleted(BuildBase): |
238 | """bbmake build run completed""" | 234 | """bbmake build run completed""" |
239 | 235 | ||