Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get_session() deleted
[simgrid.git] / src / mc / checker / Checker.hpp
index 070a779..107e97f 100644 (file)
@@ -57,8 +57,6 @@ public:
   /** Log additional information about the state of the model-checker */
   virtual void log_state() = 0;
 
-protected:
-  Session& get_session() { return *session_; }
 };
 
 // External constructors so that the types (and the types of their content) remain hidden