Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill simcall_host_get_by_name: nobody uses it anyway
[simgrid.git] / src / simix / libsmx.c
index c26e995..8fe404a 100644 (file)
@@ -21,18 +21,6 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix);
 
 #include "popping_bodies.c"
 
-/**
- * \ingroup simix_host_management
- * \brief Returns a host given its name.
- *
- * \param name The name of the host to get
- * \return The corresponding host
- */
-sg_host_t simcall_host_get_by_name(const char *name)
-{
-  return simcall_BODY_host_get_by_name(name);
-}
-
 /**
  * \ingroup simix_host_management
  * \brief Returns the name of a host.