Преглед на файлове

follow commit -r21667 : remove unwanted parameter

Corentin Salingue преди 7 години
родител
ревизия
ae466e98c5
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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);