Parcourir la source

Remove unused field

Samuel Thibault il y a 11 ans
Parent
commit
4e299363b5
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/core/workers.h

+ 0 - 3
src/core/workers.h

@@ -117,9 +117,6 @@ LIST_TYPE(_starpu_worker,
 #endif /* __GLIBC__ */
 #ifdef STARPU_HAVE_HWLOC
 	hwloc_bitmap_t hwloc_cpu_set;
-
-	/* hwloc_obj_t of the device controled by the worker*/
-	hwloc_obj_t hw_obj;
 #endif
 );