Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline a function
[simgrid.git] / src / kernel / context / Context.cpp
index 145e1e1..886b201 100644 (file)
@@ -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();
-}