X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fc3df9c2436f1d43646969194d96f73ea3d4915..fea7b904d6663cc649e9114c579ed347c4677ef8:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 977068ce62..2a364a7a9a 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -116,11 +116,6 @@ void sg_host_user_destroy(sg_host_t host) { host->extension_set(USER_HOST_LEVEL, nullptr); } -// ========== Simix layer ============= -smx_host_priv_t sg_host_simix(sg_host_t host){ - return host->extension(); -} - // ========= storage related functions ============ xbt_dict_t sg_host_get_mounted_storage_list(sg_host_t host){ return host->pimpl_->getMountedStorageList();