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

Public GIT Repository
another bunch of cleanups
[simgrid.git] / src / mc / checker / LivenessChecker.hpp
index e90523ca9d5d49aba77e0a4ffd5223da60aa8ef8..3867a9e8ff9835704e91e12450012c7220d1db18 100644 (file)
@@ -63,7 +63,6 @@ public:
   void log_state() override;
 
 private:
-  int compare(simgrid::mc::VisitedPair* state1, simgrid::mc::VisitedPair* state2);
   std::shared_ptr<const std::vector<int>> get_proposition_values();
   std::shared_ptr<VisitedPair> insert_acceptance_pair(simgrid::mc::Pair* pair);
   int insert_visited_pair(std::shared_ptr<VisitedPair> visited_pair, simgrid::mc::Pair* pair);