From 1db9ee5e8d472898b32e7c060d8bf276016bcee9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 18 Aug 2010 17:17:50 +0100 Subject: bitbake/runqueue.py: Drop duplicated class Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bitbake') 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 -- cgit 1.2.3-korg