X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb92e377b2afbcdaae55d0819b5c226091d25d49..f96797fbc8f3a5f6b0d26fbf899ff25a75323f56:/src/mc/mc_config.cpp diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index b1a70e34b5..8f60917531 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -86,10 +86,6 @@ static simgrid::config::Flag _sg_mc_reduce{ xbt_die("configuration option model-check/reduction can only take 'none' or 'dpor' as a value"); }}; -simgrid::config::Flag _sg_mc_hash{ - "model-check/hash", "Whether to enable state hash for state comparison (experimental)", false, - [](bool) { _mc_cfg_cb_check("value to enable/disable the use of global hash to speedup state comparaison"); }}; - simgrid::config::Flag _sg_mc_max_depth{"model-check/max-depth", {"model-check/max_depth"}, "Maximal exploration depth (default: 1000)",