]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/explo/DFSExplorer.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'udpor-phase3' into 'master'
[simgrid.git] / src / mc / explo / DFSExplorer.hpp
index ad79c59ee69017e766d8b116d96064d1e1e00db2..0a0d51e53da4f0689b806ff9ee3d0975e48cea4a 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_;