Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in simix VM (much more to do)
[simgrid.git] / src / simgrid / host.cpp
index 1d32fc2..8c12c9c 100644 (file)
@@ -98,9 +98,6 @@ smx_host_priv_t sg_host_simix(sg_host_t host){
 void sg_host_simix_set(sg_host_t host, smx_host_priv_t smx_host) {
   host->extension_set<simgrid::simix::Host>(smx_host);
 }
-void sg_host_simix_destroy(sg_host_t host) {
-  host->extension_set<simgrid::simix::Host>(nullptr);
-}
 
 // ========= storage related functions ============
 xbt_dict_t sg_host_get_mounted_storage_list(sg_host_t host){