浏览代码

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++)