X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f39cc0a4b24cb916e79aa0ec311ae87303491a3b..cd1ef5df3b8b8acea61715623c25ac3cd12caf33:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index 60504fafd0..0d93213c93 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -109,9 +109,6 @@ XBT_PRIVATE void SIMIX_context_mod_exit(); XBT_PUBLIC_DATA unsigned char sigsegv_stack[SIGSTKSZ]; #endif -/** @brief Executes all the processes to run (in parallel if possible). */ -XBT_PRIVATE void SIMIX_context_runall(); - XBT_PUBLIC int SIMIX_process_get_maxpid(); XBT_PRIVATE simgrid::simix::ActorCodeFactory& SIMIX_get_actor_code_factory(const std::string& name);