Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an unused simcall: host_get_name
[simgrid.git] / src / simix / libsmx.c
index b7d9d02..67b8fe8 100644 (file)
@@ -22,18 +22,6 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix);
 
 #include "popping_bodies.c"
 
-/**
- * \ingroup simix_host_management
- * \brief Returns the name of a host.
- *
- * \param host A SIMIX host
- * \return The name of this host
- */
-const char* simcall_host_get_name(sg_host_t host)
-{
-  return simcall_BODY_host_get_name(host);
-}
-
 /**
  * \ingroup simix_host_management
  * \brief Start the host if it is off