Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert another VM simcall into a s4u method
[simgrid.git] / src / simix / libsmx.cpp
index 347fa98..5afac82 100644 (file)
@@ -172,17 +172,6 @@ void simcall_vm_suspend(sg_host_t vm)
   simcall_BODY_vm_suspend(vm);
 }
 
-/**
- * \ingroup simix_vm_management
- * \brief Resume the given VM
- *
- * \param vm VM
- */
-void simcall_vm_resume(sg_host_t vm)
-{
-  simcall_BODY_vm_resume(vm);
-}
-
 /**
  * \ingroup simix_vm_management
  * \brief Shutdown the given VM