X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb5f454f56e825bc82b74dd65b22a395ac754064..d0d1912b2262e2aaf06b39115de5f846e2a86efe:/src/simix/smx_private.hpp diff --git a/src/simix/smx_private.hpp b/src/simix/smx_private.hpp index 227c83f53c..ddf9816859 100644 --- a/src/simix/smx_private.hpp +++ b/src/simix/smx_private.hpp @@ -28,12 +28,9 @@ public: * Should be called some time to time to free the memory allocated for actors that have finished (or killed). */ void empty_trash(); - void run_all_actors(); void display_all_actor_status() const; kernel::context::ContextFactory* context_factory = nullptr; - std::vector actors_to_run; - std::vector actors_that_ran; std::map process_list; boost::intrusive::list,