From 5c69fab405a2d6c2be5ea334afce536f1620e1d0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Jan 2011 16:22:45 +0000 Subject: bitbake/runqueue.py: Remove duplicate TaskStarted event fire() Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 187720fc46..4e37aaf723 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -1292,8 +1292,6 @@ class RunQueueExecuteTasks(RunQueueExecute): self.task_skip(task) return True - bb.event.fire(runQueueTaskStarted(task, self.stats, self.rq), self.cfgData) - taskdep = self.rqdata.dataCache.task_deps[fn] if 'noexec' in taskdep and taskname in taskdep['noexec']: startevent = runQueueTaskStarted(task, self.stats, self.rq, -- cgit v1.2.3-54-g00ecf