Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move things in simgrid::mc
[simgrid.git] / src / mc / mc_checkpoint.cpp
index c831100..3e9a705 100644 (file)
@@ -635,9 +635,3 @@ void restore_snapshot(mc_snapshot_t snapshot)
 
 }
 }
-
-extern "C"
-mc_snapshot_t simcall_HANDLER_mc_snapshot(smx_simcall_t simcall)
-{
-  return simgrid::mc::take_snapshot(1);
-}