mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 04:27:26 +00:00
bitbake/runqueue.py: Drop duplicated class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
d39434bcfc
commit
1db9ee5e8d
@ -28,12 +28,6 @@ import signal
|
||||
import stat
|
||||
import fcntl
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user