Browse Source

Removing an assignment that is no longer needed (cf r.2567).

[scan-build] Dead assignment.
Cyril Roelandt 13 years ago
parent
commit
765ad4c48d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/sched_policies/deque_modeling_policy_data_aware.c

+ 0 - 2
src/sched_policies/deque_modeling_policy_data_aware.c

@@ -502,8 +502,6 @@ static int _dmda_push_task(struct starpu_task *task, unsigned prio)
 	{
 		for (worker = 0; worker < nworkers; worker++)
 		{
-			fifo = queue_array[worker];
-	
 			if (!starpu_worker_may_execute_task(worker, task, 0))
 			{
 				/* no one on that queue may execute this task */