Browse Source

Drop spurious lines

Samuel Thibault 5 years ago
parent
commit
5c2efe9f56
1 changed files with 0 additions and 3 deletions
  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
 		 * before starting another one, to make sure they appear in
 		 * order in the trace.
 		 * order in the trace.
 		 */
 		 */
-				struct _starpu_worker_set *worker_set = workerarg->set;
-
-				if (worker_set->workers != workerarg)
 		if ((!workerarg->set || workerarg->set->workers == workerarg)
 		if ((!workerarg->set || workerarg->set->workers == workerarg)
 			&& workerarg->run_by_starpu == 1 && workerarg->arch != STARPU_MPI_MS_WORKER)
 			&& workerarg->run_by_starpu == 1 && workerarg->arch != STARPU_MPI_MS_WORKER)
 		{
 		{