Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a few test with dpor
[simgrid.git] / src / mc / explo / DFSExplorer.hpp
index ad79c59..0a0d51e 100644 (file)
@@ -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<std::unique_ptr<State>> stack_;