]> code.ossystems Code Review - openembedded-core.git/commitdiff
event.py: Revert accidental but harmless commit
authorRichard Purdie <richard@openedhand.com>
Wed, 21 May 2008 21:09:38 +0000 (21:09 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 21 May 2008 21:09:38 +0000 (21:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4529 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake/lib/bb/event.py

index fb99c3912d6bbbd5b826fbb7b63ef953c1f399a6..c0a59e612008ac05e730b87b4239c5c48516e208 100644 (file)
@@ -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"""