Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move MC_important_snapshot() as a method of ModelChecker
[simgrid.git] / src / mc / mc_private.h
index f88c5c4..bbd2a64 100644 (file)
@@ -118,8 +118,6 @@ XBT_PRIVATE void MC_report_assertion_error(void);
 
 XBT_PRIVATE void MC_invalidate_cache(void);
 
-XBT_PRIVATE int MC_important_snapshot(mc_snapshot_t snapshot);
-
 SG_END_DECL()
 
 #endif