Parcourir la source

Removed unused variables in _starpu_get_worker_task()

Cyril Roelandt il y a 13 ans
Parent
commit
4c1e9119af
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/drivers/driver_common/driver_common.c

+ 0 - 3
src/drivers/driver_common/driver_common.c

@@ -147,9 +147,6 @@ struct starpu_task *_starpu_get_worker_task(struct _starpu_worker *args, int wor
 {
 {
 	struct starpu_task *task;
 	struct starpu_task *task;
 
 
-	pthread_cond_t *sched_cond = &args->sched_cond;
-	pthread_mutex_t *sched_mutex = &args->sched_mutex;
-
 	task = _starpu_pop_task(args);
 	task = _starpu_pop_task(args);
 
 
 	if (task == NULL)
 	if (task == NULL)