소스 검색

drop now-unused break

Samuel Thibault 8 년 전
부모
커밋
8125e4a369
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/topology.c

+ 0 - 2
src/core/topology.c

@@ -792,8 +792,6 @@ _starpu_get_next_bindid (struct _starpu_machine_config *config,
 				return requested_bindid;
 			}
 		}
-		if (found)
-			break;
 	}
 
 	for (i = config->current_bindid; i < topology->nhwpus / nhyperthreads; i++)