Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove user_max_depth which back up MC_cut() for now
[simgrid.git] / src / mc / mc_private.h
index 064926f..99da4d5 100644 (file)
@@ -63,8 +63,6 @@ XBT_PRIVATE void MC_init_dot_output();
 
 XBT_PRIVATE extern FILE *dot_output;
 
-XBT_PRIVATE extern int user_max_depth_reached;
-
 XBT_PRIVATE void MC_show_deadlock(void);
 
 /****************************** Statistics ************************************/