Browse Source

drop unused variable

Samuel Thibault 11 years ago
parent
commit
d996ed4da4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/workers.c

+ 0 - 1
src/core/workers.c

@@ -514,7 +514,6 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 		struct _starpu_worker *workerarg = &pconfig->workers[worker];
 #ifdef STARPU_USE_MIC
 		unsigned devid = workerarg->devid;
-		unsigned subworkerid = workerarg->subworkerid;
 #endif
 
 		_STARPU_DEBUG("initialising worker %u/%u\n", worker, nworkers);