Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move another function of ModelChecker to RemoteProcessMemory
[simgrid.git] / src / mc / ModelChecker.hpp
index 40ad462..0d51e9e 100644 (file)
@@ -40,7 +40,6 @@ public:
   void set_exploration(Exploration* exploration) { exploration_ = exploration; }
 
 private:
-  void setup_ignore();
   bool handle_message(const char* buffer, ssize_t size);
   void handle_waitpid();
 };