X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ff420e1906d916322427488153e45bf82d5c03dd..6f5199d14e3f1b6505d3e264257bfe64bd991ca7:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index fbe43122f6..4aebb9bd62 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -43,9 +43,8 @@ static void _mc_cfg_cb_check(const char* spec, bool more_check = true) } /* Replay (this part is enabled even if MC it disabled) */ -static simgrid::config::Flag _sg_mc_record_path{ - "model-check/replay", "Model-check path to replay (as reported by SimGrid when a violation is reported)", "", - [](const std::string& value) { MC_record_path = value; }}; +simgrid::config::Flag _sg_mc_record_path{ + "model-check/replay", "Model-check path to replay (as reported by SimGrid when a violation is reported)", ""}; simgrid::config::Flag _sg_mc_timeout{ "model-check/timeout", "Whether to enable timeouts for wait requests", false,