X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9d29f9c45022aeb18af277c995291c0547bbc0d..783b33766eccfc78e3b205d896323169ec42e7c1:/src/simgrid/host.cpp?ds=sidebyside diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 1d32fc2d42..8c12c9c90c 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -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(smx_host); } -void sg_host_simix_destroy(sg_host_t host) { - host->extension_set(nullptr); -} // ========= storage related functions ============ xbt_dict_t sg_host_get_mounted_storage_list(sg_host_t host){