소스 검색

remove unused variable

Corentin Salingue 8 년 전
부모
커밋
1ead88764f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;