X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea08504776a7b5b76f57bfee434b43ed572ca9f1..84733adf13f6e36f5861ddd1953e4df97ef2be78:/include/simgrid/host.h diff --git a/include/simgrid/host.h b/include/simgrid/host.h index 44b38960ab..30a58f5fd7 100644 --- a/include/simgrid/host.h +++ b/include/simgrid/host.h @@ -95,7 +95,6 @@ XBT_PUBLIC int sg_host_core_count(sg_host_t host); /** \ingroup m_process_management * \brief Return the location on which a process is running. - * \param process a process (nullptr means the current one) * \return the sg_host_t corresponding to the location on which \a process is running. */ XBT_PUBLIC sg_host_t sg_host_self();