X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c6bbb14f44b8daed5ea43d80880c6bf2155118b..3c356a0c1805437c7d7bfa8890f257c1e5926161:/src/mc/explo/DFSExplorer.hpp diff --git a/src/mc/explo/DFSExplorer.hpp b/src/mc/explo/DFSExplorer.hpp index ad79c59ee6..0a0d51e53d 100644 --- a/src/mc/explo/DFSExplorer.hpp +++ b/src/mc/explo/DFSExplorer.hpp @@ -83,7 +83,6 @@ public: private: void check_non_termination(const State* current_state); void backtrack(); - bool sleep_set_reduction_; /** Stack representing the position in the exploration graph */ std::list> stack_;