Przeglądaj źródła

src/sched_policies/parallel_heft.c: remove unused variable

Nathalie Furmento 12 lat temu
rodzic
commit
7bf34ae268
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/sched_policies/parallel_heft.c

+ 0 - 1
src/sched_policies/parallel_heft.c

@@ -66,7 +66,6 @@ static void parallel_heft_pre_exec_hook(struct starpu_task *task)
 
 	int workerid = starpu_worker_get_id();
 	double model = task->predicted;
-	unsigned sched_ctx_id = task->sched_ctx;
 	double transfer_model = task->predicted_transfer;
 
 	if (isnan(model))