ソースを参照

Remove unused field

Samuel Thibault 11 年 前
コミット
4e299363b5
共有1 個のファイルを変更した0 個の追加3 個の削除を含む
  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
 );