Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't count tasks in a global
[simgrid.git] / src / simdag / simdag_private.h
index 2c3355e..8f36906 100644 (file)
@@ -28,7 +28,6 @@ typedef struct SD_global {
   xbt_dynar_t completed_task_set;
 
   xbt_dynar_t return_set;
-  int task_number;
 
 } s_SD_global_t, *SD_global_t;