X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ade29f42563cdc36cea26a7dd51fca288c160aa6..f09d7e3fcf1e6f76b8391b451d5f43b175fd42dc:/src/mc/mc_config.cpp?ds=sidebyside diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index 584d0bae50..b8de285de0 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -64,9 +64,6 @@ simgrid::config::Flag _sg_mc_checkpoint{ simgrid::config::Flag _sg_mc_sparse_checkpoint{"model-check/sparse-checkpoint", "Use sparse per-page snapshots.", false, [](bool) { _mc_cfg_cb_check("checkpointing value"); }}; -simgrid::config::Flag _sg_mc_ksm{"model-check/ksm", "Kernel same-page merging", false, - [](bool) { _mc_cfg_cb_check("KSM value"); }}; - simgrid::config::Flag _sg_mc_property_file{ "model-check/property", "Name of the file containing the property, as formatted by the ltl2ba program.", "", [](const std::string&) { _mc_cfg_cb_check("property"); }};