Browse Source

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

Nathalie Furmento 10 years ago
parent
commit
23408202c0
1 changed files with 0 additions and 2 deletions
  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
 enum starpu_worker_collection_type
 {
 {
-#ifdef STARPU_HAVE_HWLOC
 	STARPU_WORKER_TREE,
 	STARPU_WORKER_TREE,
-#endif
 	STARPU_WORKER_LIST
 	STARPU_WORKER_LIST
 };
 };