X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0db566319780080d97b6b0e66717959b42ff228..b262718d34bc5f32c5c5bb84607ab563059291bb:/src/mc/mc_client_api.cpp?ds=sidebyside diff --git a/src/mc/mc_client_api.cpp b/src/mc/mc_client_api.cpp index 9f6c5751cb..d3fdc26e0a 100644 --- a/src/mc/mc_client_api.cpp +++ b/src/mc/mc_client_api.cpp @@ -5,7 +5,6 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include #include #include @@ -36,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"); }