Explorar o código

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

[scan-build] Dead assignment.
Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
765ad4c48d
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 */