Browse Source

Removed unused variables in _starpu_get_worker_task()

Cyril Roelandt 12 years ago
parent
commit
4c1e9119af
1 changed files with 0 additions and 3 deletions
  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;
 
-	pthread_cond_t *sched_cond = &args->sched_cond;
-	pthread_mutex_t *sched_mutex = &args->sched_mutex;
-
 	task = _starpu_pop_task(args);
 
 	if (task == NULL)