瀏覽代碼

include/starpu_worker.h: make ABI independant on hwloc availability

Nathalie Furmento 10 年之前
父節點
當前提交
23408202c0
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/starpu_worker.h

+ 0 - 2
include/starpu_worker.h

@@ -47,9 +47,7 @@ struct starpu_sched_ctx_iterator
 
 enum starpu_worker_collection_type
 {
-#ifdef STARPU_HAVE_HWLOC
 	STARPU_WORKER_TREE,
-#endif
 	STARPU_WORKER_LIST
 };