Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill never implemented option "model-check/snapshot_fds".
[simgrid.git] / src / mc / mc_config.hpp
index b04cf84..6ee0daf 100644 (file)
@@ -20,7 +20,6 @@ extern XBT_PUBLIC simgrid::config::Flag<bool> _sg_mc_comms_determinism;
 extern XBT_PUBLIC simgrid::config::Flag<bool> _sg_mc_send_determinism;
 extern XBT_PRIVATE simgrid::config::Flag<bool> _sg_mc_timeout;
 extern XBT_PRIVATE simgrid::config::Flag<bool> _sg_mc_hash;
-extern XBT_PRIVATE simgrid::config::Flag<bool> _sg_mc_snapshot_fds;
 extern XBT_PRIVATE simgrid::config::Flag<int> _sg_mc_max_depth;
 extern "C" XBT_PUBLIC int _sg_mc_max_visited_states;
 extern XBT_PRIVATE simgrid::config::Flag<std::string> _sg_mc_dot_output_file;