Browse Source

Drop unused variable

Samuel Thibault 12 years ago
parent
commit
bd064b21b9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/core/sched_policy.c

+ 0 - 2
src/core/sched_policy.c

@@ -391,8 +391,6 @@ int _starpu_push_task_to_workers(struct starpu_task *task)
 
 	_starpu_profiling_set_task_push_start_time(task);
 
-	struct _starpu_job *j = _starpu_get_job_associated_to_task(task);
-
 	int ret;
 	if (STARPU_UNLIKELY(task->execute_on_a_specific_worker))
 	{