X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a87962ff2bd64e3c863ea894dd745647e380c93..b51e654b7a3eaee99205c5051de0bdccf8fe7632:/src/simix/smx_user.c diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 6743b04973..0c163da302 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -287,7 +287,6 @@ void* simcall_vm_ws_create(const char *name, smx_host_t phys_host){ } void simcall_vm_start(smx_host_t vm) { -{ simcall_BODY_set_vm_state(vm, msg_vm_state_running); }