Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get_session() deleted
authorEhsan Azimi <eazimi@ehsan.irisa.fr>
Fri, 11 Dec 2020 11:08:32 +0000 (12:08 +0100)
committerEhsan Azimi <eazimi@ehsan.irisa.fr>
Fri, 11 Dec 2020 11:08:32 +0000 (12:08 +0100)
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