Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove function MC_take_snapshot_to_restore_liveness
[simgrid.git] / src / mc / private.h
index d277c41..54d193e 100644 (file)
@@ -40,7 +40,6 @@ extern char *prog_name;
 
 void MC_take_snapshot(mc_snapshot_t);
 void MC_take_snapshot_liveness(mc_snapshot_t s);
-void MC_take_snapshot_to_restore_liveness(mc_snapshot_t s);
 void MC_restore_snapshot(mc_snapshot_t);
 void MC_free_snapshot(mc_snapshot_t);