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_global.cpp
index cf23f62..ad03c3f 100644 (file)
@@ -54,7 +54,6 @@ std::vector<double> processes_time;
 }
 
 #if HAVE_MC
-int user_max_depth_reached = 0;
 
 /* MC global data structures */
 simgrid::mc::State* mc_current_state = nullptr;