Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SafetyChecker::log_state() calls APIs of mc_api
[simgrid.git] / src / mc / mc_api.hpp
index c85f87f..b9d439f 100644 (file)
@@ -38,7 +38,6 @@ public:
   void initialize(char** argv);
 
   // MODEL_CHECKER FUNCTIONS
-  void create_model_checker(std::unique_ptr<RemoteSimulation> remote_simulation, int sockfd);
   ModelChecker* get_model_checker() const;
   void mc_inc_visited_states() const;
   void mc_inc_executed_trans() const;