mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake/runqueue.py: Drop duplicated class
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -28,12 +28,6 @@ import signal
|
|||||||
import stat
|
import stat
|
||||||
import fcntl
|
import fcntl
|
||||||
|
|
||||||
class TaskFailure(Exception):
|
|
||||||
"""Exception raised when a task in a runqueue fails"""
|
|
||||||
def __init__(self, x):
|
|
||||||
self.args = x
|
|
||||||
|
|
||||||
|
|
||||||
class RunQueueStats:
|
class RunQueueStats:
|
||||||
"""
|
"""
|
||||||
Holds statistics on the tasks handled by the associated runQueue
|
Holds statistics on the tasks handled by the associated runQueue
|
||||||
|
|||||||
Reference in New Issue
Block a user