Explorar el Código

Remove unused field

Samuel Thibault hace 11 años
padre
commit
4e299363b5
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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
 );