Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove misleading comment
authorArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 5 Mar 2012 10:10:29 +0000 (11:10 +0100)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 5 Mar 2012 11:05:35 +0000 (12:05 +0100)
src/surf/cpu_cas01.c

index 3d00787..541ab3c 100644 (file)
@@ -596,7 +596,6 @@ static void cpu_action_set_max_duration(surf_action_t action,
   XBT_IN("(%p,%g)", action, duration);
 
   action->max_duration = duration;
-  /* insert cpu in modified_cpu set to notice the max duration change */
   if (cpu_update_mechanism == UM_LAZY)
     heap_remove((surf_action_cpu_Cas01_t) action);
   XBT_OUT();