Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: inline a trivial function
[simgrid.git] / src / mc / ModelChecker.hpp
index 5a4bb25..e679402 100644 (file)
@@ -61,7 +61,6 @@ private:
   void setup_ignore();
   bool handle_message(const char* buffer, ssize_t size);
   void handle_waitpid();
-  void on_signal(int signo);
 
 public:
   unsigned long visited_states = 0;