Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill two useless functions at once
[simgrid.git] / src / simix / smx_host.cpp
index d2d8550..f27e7ac 100644 (file)
@@ -53,12 +53,6 @@ namespace simgrid {
   }
 }
 
-/** @brief Internal function to create a SIMIX host. */
-void SIMIX_host_create(sg_host_t host)
-{
-  sg_host_simix_set(host, new simgrid::simix::Host());
-}
-
 /** @brief Start the host if it is off */
 void SIMIX_host_on(sg_host_t h)
 {