aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-21 21:09:38 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-21 21:09:38 +0000
commit9d81637f62685fa9cfd7003b434c70a458f1a06b (patch)
treeeac1c8b565ac51f4b10f0e1c675c134eb181a0d5 /bitbake
parent019392eadbaab002005d5520f8f4b99655eac02e (diff)
downloadopenembedded-core-contrib-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')
-rw-r--r--bitbake/lib/bb/event.py4
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):
"""bbmake build run started"""
-class BuildFailed(BuildBase):
- """bbmake build run failed"""
-
-
class BuildCompleted(BuildBase):
"""bbmake build run completed"""