Browse Source

- drop unused fields

Olivier Aumage 8 years ago
parent
commit
849f26ab28
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/core/sched_ctx.h

+ 0 - 6
src/core/sched_ctx.h

@@ -73,12 +73,6 @@ struct _starpu_sched_ctx
 	long iterations[2];
 	int iteration_level;
 
-	/* cond to block push when there are no workers in the ctx */
-	starpu_pthread_cond_t no_workers_cond;
-
-	/* mutex to block push when there are no workers in the ctx */
-	starpu_pthread_mutex_t no_workers_mutex;
-
 	/*ready tasks that couldn't be pushed because the ctx has no workers*/
 	struct starpu_task_list empty_ctx_tasks;