X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/22ae122fc49e735aa793d58048e1dd3d1a6ce85c..09477e8696995c466837f459085024435f23d34b:/src/mc/mc_client_api.cpp diff --git a/src/mc/mc_client_api.cpp b/src/mc/mc_client_api.cpp index cb8a785041..d3fdc26e0a 100644 --- a/src/mc/mc_client_api.cpp +++ b/src/mc/mc_client_api.cpp @@ -35,7 +35,6 @@ void MC_assert(int prop) void MC_cut(void) { // FIXME, We want to do this in the model-checker: - // user_max_depth_reached = 1; xbt_die("MC_cut() not implemented"); }