X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fbcf6ab31cae1988be858f9f894dafe529c575d7..9070fb5424b4fdb411f28f017a85cf57342e0f2d:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index b8de285de0..b1a70e34b5 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -3,22 +3,12 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "xbt/config.hpp" -#include "xbt/log.h" -#include - #include "src/mc/mc_replay.hpp" -#include - #include - #if SIMGRID_HAVE_MC -#include "src/mc/mc_private.hpp" #include "src/mc/mc_safety.hpp" #endif -#include "src/mc/mc_record.hpp" - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_config, mc, "Configuration of the Model Checker"); #if SIMGRID_HAVE_MC @@ -61,9 +51,6 @@ simgrid::config::Flag _sg_mc_checkpoint{ "compromises between speed and memory consumption.", 0, [](int) { _mc_cfg_cb_check("checkpointing value"); }}; -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_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"); }};