X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/535d2553faf8b078c43120ad0a0dd5dcf977837a..efacb3792fdfe6bc849af2ce1a2e426c092601fb:/src/simix/smx_vm.cpp?ds=sidebyside diff --git a/src/simix/smx_vm.cpp b/src/simix/smx_vm.cpp index 768531c0c1..0a4f5a5e36 100644 --- a/src/simix/smx_vm.cpp +++ b/src/simix/smx_vm.cpp @@ -10,22 +10,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_vm, simix, "Logging specific to SIMIX Virtual Machines"); -/* **** create a VM **** */ - -/** - * @brief Internal function to create a SIMIX host. - * @param name name of the host to create - */ -sg_host_t SIMIX_vm_create(const char *name, sg_host_t phys_host) -{ - surf_vm_model->createVM(name, phys_host); - sg_host_t host = sg_host_by_name(name); - SIMIX_host_create(host); - - return host; -} - - /* works for VMs and PMs */ static long host_get_ramsize(sg_host_t vm, int *overcommit) {