Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
VM: move content from simix to s4u
[simgrid.git] / src / simix / libsmx.cpp
index e1de859..347fa98 100644 (file)
@@ -183,17 +183,6 @@ void simcall_vm_resume(sg_host_t vm)
   simcall_BODY_vm_resume(vm);
 }
 
-/**
- * \ingroup simix_vm_management
- * \brief Save the given VM
- *
- * \param vm VM
- */
-void simcall_vm_save(sg_host_t vm)
-{
-  simcall_BODY_vm_save(vm);
-}
-
 /**
  * \ingroup simix_vm_management
  * \brief Shutdown the given VM