X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6cb209db8d497c61637e7f1d148c6498bbe36188..36ff0407edc1324b5bd7ec989b36e99f200987f5:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 8c12c9c90c..77aa8ef1aa 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -95,9 +95,6 @@ void sg_host_msg_set(sg_host_t host, msg_host_priv_t smx_host) { smx_host_priv_t sg_host_simix(sg_host_t host){ return host->extension(); } -void sg_host_simix_set(sg_host_t host, smx_host_priv_t smx_host) { - host->extension_set(smx_host); -} // ========= storage related functions ============ xbt_dict_t sg_host_get_mounted_storage_list(sg_host_t host){