]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/Session.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A few more sonar smells.
[simgrid.git] / src / mc / Session.hpp
index 063b4c14ba7fc64d60924567df92513edfd4a083..520cbbf1eb7f29fa3b2b8ff7ca0efbad32cf9af9 100644 (file)
@@ -49,15 +49,12 @@ public:
   void restore_initial_state() const;
 
   /** Ask to the application to check for a deadlock. If so, do an error message and throw a DeadlockError. */
-  void check_deadlock();
+  void check_deadlock() const;
 
   void log_state() const;
 
   bool actor_is_enabled(aid_t pid) const;
 };
-
-// Temporary :)
-extern simgrid::mc::Session* session_singleton;
 }
 }