X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f39cc0a4b24cb916e79aa0ec311ae87303491a3b..cd1ef5df3b8b8acea61715623c25ac3cd12caf33:/src/kernel/context/Context.cpp diff --git a/src/kernel/context/Context.cpp b/src/kernel/context/Context.cpp index 145e1e1cfe..886b2011a7 100644 --- a/src/kernel/context/Context.cpp +++ b/src/kernel/context/Context.cpp @@ -77,9 +77,3 @@ AttachContext::~AttachContext() = default; } // namespace context } // namespace kernel } // namespace simgrid - -/** @brief Executes all the processes to run (in parallel if possible). */ -void SIMIX_context_runall() -{ - simix_global->context_factory->run_all(); -}