Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Java bindings. They are not updated since maybe 10 years
[simgrid.git] / src / kernel / context / Context.hpp
index e0a7092..9bcc41e 100644 (file)
@@ -33,9 +33,6 @@ public:
 
   virtual void run_all(std::vector<actor::ActorImpl*> const& actors_list) = 0;
 
-  /* This allows Java to hijack the context factory (Java induces factories of factory :) */
-  static std::function<ContextFactory*(void)> initializer;
-
 protected:
   template <class T, class... Args> T* new_context(Args&&... args)
   {