Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace surf by surf++ and make it compile
[simgrid.git] / src / surf / surf_action.c
index 59e775f..df348d1 100644 (file)
@@ -104,10 +104,10 @@ e_surf_action_state_t surf_action_state_get(surf_action_t action)
   return SURF_ACTION_NOT_IN_THE_SYSTEM;
 }
 
-double surf_action_get_start_time(surf_action_t action)
+/*FIXME:DELETEdouble surf_action_get_start_time(surf_action_t action)
 {
   return action->start;
-}
+}*/
 
 double surf_action_get_finish_time(surf_action_t action)
 {