X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f97b3b1a9b57f92cdfaa887aa025f697dab985a4..a476c1fc22cde6f6b539e5fa1cbdafe4cd5e6aac:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index b4900fe947..ad0fe22f90 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -109,12 +109,6 @@ static simgrid::config::Flag _sg_mc_max_visited_states__{ _sg_mc_max_visited_states = value; }}; -simgrid::config::Flag _sg_mc_dot_output_file{ - "model-check/dot-output", - "Name of dot output file corresponding to graph state", - "", - [](const std::string&) { _mc_cfg_cb_check("file name for a dot output of graph state"); }}; - simgrid::config::Flag _sg_mc_termination{ "model-check/termination", "Whether to enable non progressive cycle detection", false, [](bool) { _mc_cfg_cb_check("value to enable/disable the detection of non progressive cycles"); }};