diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index c25adc37fa..52f8554141 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -28,12 +28,6 @@ import signal | |||
| 28 | import stat | 28 | import stat |
| 29 | import fcntl | 29 | import fcntl |
| 30 | 30 | ||
| 31 | class TaskFailure(Exception): | ||
| 32 | """Exception raised when a task in a runqueue fails""" | ||
| 33 | def __init__(self, x): | ||
| 34 | self.args = x | ||
| 35 | |||
| 36 | |||
| 37 | class RunQueueStats: | 31 | class RunQueueStats: |
| 38 | """ | 32 | """ |
| 39 | Holds statistics on the tasks handled by the associated runQueue | 33 | Holds statistics on the tasks handled by the associated runQueue |
