X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee0e9491408f6eef33bdd6b729e45d483ba2e859..b54403a768353ed64e0b4f4b5afcc89933f585f4:/src/mc/explo/UdporChecker.hpp diff --git a/src/mc/explo/UdporChecker.hpp b/src/mc/explo/UdporChecker.hpp index f19c8c61de..30407c4217 100644 --- a/src/mc/explo/UdporChecker.hpp +++ b/src/mc/explo/UdporChecker.hpp @@ -42,14 +42,6 @@ public: inline std::unique_ptr get_current_state() { return std::make_unique(get_remote_app()); } private: - /** - * The total number of events created whilst exploring the unfolding - */ - /* FIXME: private fields are not used - uint32_t nb_events = 0; - uint32_t nb_traces = 0; - */ - /** * @brief The "relevant" portions of the unfolding that must be kept around to ensure that * UDPOR properly searches the state space @@ -88,7 +80,6 @@ private: std::unordered_map incremental_extension_functions = std::unordered_map(); -private: /** * @brief Explores the unfolding of the concurrent system * represented by the ModelChecker instance "mcmodel_checker"