Browse Source

Removed structure device

-This line, and those below, will be ignored--

M    include/starpu_scheduler.h
Andra Hugo 14 years ago
parent
commit
8acf1d07bd
1 changed files with 0 additions and 5 deletions
  1. 0 5
      include/starpu_scheduler.h

+ 0 - 5
include/starpu_scheduler.h

@@ -107,11 +107,6 @@ struct starpu_sched_ctx {
 	unsigned is_init_sched; /*we keep an init sched which we never delete */
 	unsigned is_init_sched; /*we keep an init sched which we never delete */
 };
 };
 
 
-struct starpu_device {
-	int id;
-	uint32_t type; /* what is the type of worker ? */
-};
-
 void starpu_create_sched_ctx(struct starpu_sched_ctx *sched_ctx, const char *policy_name, int *workerids_in_ctx, int nworkerids_in_ctx);
 void starpu_create_sched_ctx(struct starpu_sched_ctx *sched_ctx, const char *policy_name, int *workerids_in_ctx, int nworkerids_in_ctx);
 
 
 void starpu_delete_sched_ctx(struct starpu_sched_ctx *sched_ctx);
 void starpu_delete_sched_ctx(struct starpu_sched_ctx *sched_ctx);