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

Public GIT Repository
MC: better encapsulation design
[simgrid.git] / src / mc / Session.hpp
index 4c0269c931a70a2d3d2f0252be4e679b14bf3e6f..b84e6fec732c941dceca90af98d286e0659065d0 100644 (file)
@@ -12,8 +12,7 @@
 
 #include <functional>
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 /** A model-checking session
  *
@@ -55,10 +54,6 @@ public:
 
   bool actor_is_enabled(aid_t pid) const;
 };
-
-// Temporary :)
-extern std::unique_ptr<simgrid::mc::Session> session_singleton;
-}
-}
+} // namespace simgrid::mc
 
 #endif