소스 검색

Drop spurious lines

Samuel Thibault 5 년 전
부모
커밋
5c2efe9f56
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/core/workers.c

+ 0 - 3
src/core/workers.c

@@ -831,9 +831,6 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 		 * before starting another one, to make sure they appear in
 		 * order in the trace.
 		 */
-				struct _starpu_worker_set *worker_set = workerarg->set;
-
-				if (worker_set->workers != workerarg)
 		if ((!workerarg->set || workerarg->set->workers == workerarg)
 			&& workerarg->run_by_starpu == 1 && workerarg->arch != STARPU_MPI_MS_WORKER)
 		{