Explorar el Código

follow commit -r21667 : remove unwanted parameter

Corentin Salingue hace 7 años
padre
commit
ae466e98c5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/drivers/mp_common/source_common.c

+ 0 - 2
src/drivers/mp_common/source_common.c

@@ -52,7 +52,6 @@ static unsigned mp_node_memory_node(struct _starpu_mp_node *node)
 static int _starpu_src_common_finalize_job (struct _starpu_job *j, struct _starpu_worker *worker)
 {
 	int profiling = starpu_profiling_status_get();
-	struct timespec codelet_end;
 	_starpu_driver_end_job(worker, j, &worker->perf_arch, 0, profiling);
 
 	int count = worker->current_rank;
@@ -74,7 +73,6 @@ static int _starpu_src_common_finalize_job (struct _starpu_job *j, struct _starp
 	{
 
 		_starpu_driver_update_job_feedback(j, worker, &worker->perf_arch,
-				&codelet_end,
 				profiling);
 
 		_starpu_push_task_output (j);