浏览代码

Remove unused code

Samuel Thibault 3 年之前
父节点
当前提交
610bdedc69
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      mpi/src/starpu_mpi_task_insert.c

+ 0 - 5
mpi/src/starpu_mpi_task_insert.c

@@ -836,11 +836,6 @@ void starpu_mpi_redux_data_prio_tree(MPI_Comm comm, starpu_data_handle_t data_ha
 	{
 		_STARPU_MPI_DEBUG(5, "%dth contributor = %d\n", i, contributors[i]);
 	}
-	// Creating synchronization task and use its jobid for tracing
-	struct starpu_task *synchro = starpu_task_create();
-	//const long synchro_jobid = starpu_task_get_job_id(synchro);
-	synchro->cl = &_starpu_mpi_redux_data_synchro_cl;
-	//STARPU_TASK_SET_HANDLE(synchro, data_handle, 0);
 
 	_STARPU_MPI_DEBUG(15, "mpi_redux _ STARTING with %d-ary tree \n", arity);
 	current_level = 0;