X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e9c35254484ca4a3f5459a3e853bee6ccdd65a58..16f1630ae434e729cbe0b24fe2f19c8f67f774cd:/src/msg/msg_process.cpp diff --git a/src/msg/msg_process.cpp b/src/msg/msg_process.cpp index 7ecfd442a3..e790079093 100644 --- a/src/msg/msg_process.cpp +++ b/src/msg/msg_process.cpp @@ -110,12 +110,6 @@ xbt_dynar_t MSG_processes_as_dynar() { return res; } -/** @brief Return the current number MSG processes. */ -int MSG_process_get_number() -{ - return SIMIX_process_count(); -} - /** @brief Add a function to the list of "on_exit" functions for the current process. * The on_exit functions are the functions executed when your process is killed. * You should use them to free the data used by your process.