Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split simix::MailboxImpl to its own files
[simgrid.git] / src / mc / checker / LivenessChecker.hpp
index b171c04..a428ac8 100644 (file)
@@ -70,8 +70,6 @@ public:
   std::vector<std::string> getTextualTrace() override;
   void logState() override;
 private:
-  void main();
-  void prepare();
   int compare(simgrid::mc::VisitedPair* state1, simgrid::mc::VisitedPair* state2);
   std::shared_ptr<const std::vector<int>> getPropositionValues();
   std::shared_ptr<VisitedPair> insertAcceptancePair(simgrid::mc::Pair* pair);