diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-18 17:17:50 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-19 11:39:59 +0100 |
commit | 1db9ee5e8d472898b32e7c060d8bf276016bcee9 (patch) | |
tree | eff80e9e3f6cb05ca527a38fef5eb3b9114e639d /bitbake | |
parent | d39434bcfc62ac01f117c1b4614c25431832c781 (diff) | |
download | poky-1db9ee5e8d472898b32e7c060d8bf276016bcee9.tar.gz |
bitbake/runqueue.py: Drop duplicated class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake')
-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 |