Browse Source

Remove unused field

Samuel Thibault 11 years ago
parent
commit
4e299363b5
1 changed files with 0 additions and 3 deletions
  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
 );