diff options
Diffstat (limited to 'bitbake/lib/bb/event.py')
-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 | ||