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

Public GIT Repository
Default ctor is good enough.
[simgrid.git] / src / kernel / context / ContextThread.hpp
index 259aef0b7ea351142fe9255e6b1bbd556a9a5499..df885d631b38411c368d91a1ca6c00d93f65b58b 100644 (file)
@@ -103,8 +103,6 @@ public:
   }
 
 private:
-  bool parallel_;
-
   ThreadContext* create_context(std::function<void()>&& code, actor::ActorImpl* actor, bool maestro);
 };
 } // namespace context