Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow to add log settings to the executed commands
[simgrid.git] / src / msg / msg_host.cpp
index 46bb0c8..22fc307 100644 (file)
@@ -99,17 +99,6 @@ void *MSG_host_get_data(msg_host_t host) {
   return sg_host_user(host);
 }
 
-/** \ingroup m_host_management
- *
- * \brief Return the name of the #msg_host_t.
- *
- * This functions checks whether \a host is a valid pointer or not and return
-   its name.
- */
-const char *MSG_host_get_name(msg_host_t host) {
-  return SIMIX_host_get_name(host);
-}
-
 /** \ingroup m_host_management
  *
  * \brief Return the location on which the current process is executed.