]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/context/Context.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Default ctor is good enough.
[simgrid.git] / src / kernel / context / Context.cpp
index 145e1e1cfe7cea14b64b02e800d1b120d690cb45..886b2011a717f3730349c33d7e05e7fa8b6649b7 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();
-}