Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No more dead code + bug fix.
[simgrid.git] / src / surf / network.c
index a51d30c..9ed263c 100644 (file)
@@ -315,10 +315,6 @@ static void update_actions_state(double now, double delta)
     }
   }
 
-/*   xbt_swag_foreach_safe(action, next_action, failed_actions) { */
-/*     lmm_variable_disable(maxmin_system, action->variable); */
-/*   } */
-
   return;
 }