Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the bug raised by Benjamin Depardon.
[simgrid.git] / src / simdag / private.h
index bd3c2ce..d1d8138 100644 (file)
@@ -73,8 +73,6 @@ typedef struct SD_task {
   surf_action_t surf_action;
   unsigned short watch_points;
 
   surf_action_t surf_action;
   unsigned short watch_points;
 
-  int state_changed; /* used only by SD_simulate, to make sure we put
-                       the task only once in the returning array */
   int fifo_checked; /* used by SD_task_just_done to make sure we evaluate
                       the task only once */
 
   int fifo_checked; /* used by SD_task_just_done to make sure we evaluate
                       the task only once */