From: Richard Purdie Date: Wed, 18 Aug 2010 16:17:50 +0000 (+0100) Subject: bitbake/runqueue.py: Drop duplicated class X-Git-Tag: 2011-1~4860 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1db9ee5e8d472898b32e7c060d8bf276016bcee9;p=openembedded-core.git bitbake/runqueue.py: Drop duplicated class Signed-off-by: Richard Purdie --- 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 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