summaryrefslogtreecommitdiffstats
path: root/lib/bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-18 17:17:50 +0100
committerChris Larson <chris_larson@mentor.com>2010-12-03 12:23:16 -0700
commitf2681f1362fdb5af6f35bde39307487c41172264 (patch)
treef8127d182050e797ee760f93ce3377368779882b /lib/bb
parent424428a764651183218f9cc93bc05496867aa5de (diff)
downloadbitbake-contrib-f2681f1362fdb5af6f35bde39307487c41172264.tar.gz
bitbake/runqueue.py: Drop duplicated class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'lib/bb')
-rw-r--r--lib/bb/runqueue.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index f200d375d..070452e84 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -34,12 +34,6 @@ from bb import msg, data, event
bblogger = logging.getLogger("BitBake")
logger = logging.getLogger("BitBake.RunQueue")
-class TaskFailure(Exception):
- """Exception raised when a task in a runqueue fails"""
- def __init__(self, x):
- self.args = x
-
-
class RunQueueStats:
"""
Holds statistics on the tasks handled by the associated runQueue