Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert another VM simcall into a s4u method
[simgrid.git] / src / simix / popping_bodies.cpp
index b2da1e1..78d1a92 100644 (file)
@@ -41,12 +41,6 @@ inline static void simcall_BODY_vm_suspend(sg_host_t ind_vm) {
     return simcall<void, sg_host_t>(SIMCALL_VM_SUSPEND, ind_vm);
   }
   
-inline static void simcall_BODY_vm_resume(sg_host_t ind_vm) {
-    /* Go to that function to follow the code flow through the simcall barrier */
-    if (0) SIMIX_vm_resume(ind_vm);
-    return simcall<void, sg_host_t>(SIMCALL_VM_RESUME, ind_vm);
-  }
-  
 inline static void simcall_BODY_vm_shutdown(sg_host_t ind_vm) {
     /* Go to that function to follow the code flow through the simcall barrier */
     if (0) simcall_HANDLER_vm_shutdown(&SIMIX_process_self()->simcall, ind_vm);