X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3f6c5e832f9966433370562ef59fc4670038c94..dbae853c4de0c0d66c97c961c370448bee5e1ab4:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 887b1b6a4d..1aa78dd556 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -40,7 +40,6 @@ void vm_suspend(sg_host_t ind_vm); void vm_resume(sg_host_t ind_vm) [[nohandler]]; void vm_shutdown(sg_host_t ind_vm); void vm_save(sg_host_t ind_vm); -void vm_restore(sg_host_t ind_vm) [[nohandler]]; void process_kill(smx_actor_t process); void process_killall(int reset_pid);