Explorar o código

Removed unused variables in _starpu_get_worker_task()

Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
4c1e9119af
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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)