Parcourir la source

remove unused variable

Corentin Salingue il y a 8 ans
Parent
commit
1ead88764f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;