X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb5e2f5efff54c1cba2814c60bd099b81ac5f091..8052f28d5b5a9d88b6724dff2e5e81dee10065d7:/src/mc/explo/Exploration.hpp diff --git a/src/mc/explo/Exploration.hpp b/src/mc/explo/Exploration.hpp index 571ed19e54..8ef417c627 100644 --- a/src/mc/explo/Exploration.hpp +++ b/src/mc/explo/Exploration.hpp @@ -36,7 +36,7 @@ class Exploration : public xbt::Extendable { FILE* dot_output_ = nullptr; public: - explicit Exploration(const std::vector& args, bool need_memory_introspection); + explicit Exploration(const std::vector& args); virtual ~Exploration(); static Exploration* get_instance() { return instance_; } @@ -72,7 +72,6 @@ public: }; // External constructors so that the types (and the types of their content) remain hidden -XBT_PUBLIC Exploration* create_liveness_checker(const std::vector& args); XBT_PUBLIC Exploration* create_dfs_exploration(const std::vector& args, ReductionMode mode); XBT_PUBLIC Exploration* create_communication_determinism_checker(const std::vector& args, ReductionMode mode); XBT_PUBLIC Exploration* create_udpor_checker(const std::vector& args);