summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py6
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
28import stat 28import stat
29import fcntl 29import fcntl
30 30
31class TaskFailure(Exception):
32 """Exception raised when a task in a runqueue fails"""
33 def __init__(self, x):
34 self.args = x
35
36
37class RunQueueStats: 31class 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