Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get_session() deleted
[simgrid.git] / src / mc / checker / Checker.hpp
index 070a779ea5148effa69ce3f6be563c2332a1e701..107e97f8892c07e90acbc427cead04d6b5967b6d 100644 (file)
@@ -57,8 +57,6 @@ public:
   /** Log additional information about the state of the model-checker */
   virtual void log_state() = 0;
 
   /** 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
 };
 
 // External constructors so that the types (and the types of their content) remain hidden