Browse Source

remove unused variable

Corentin Salingue 8 years ago
parent
commit
1ead88764f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/topology.c

+ 0 - 1
src/core/topology.c

@@ -764,7 +764,6 @@ _starpu_get_next_bindid (struct _starpu_machine_config *config,
 {
 	struct _starpu_machine_topology *topology = &config->topology;
 
-	unsigned found = 0;
 	int current_preferred;
 	int nhyperthreads = topology->nhwpus / topology->nhwcpus;
 	unsigned i;