X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dceed88b84f4c8dccf94f8031cc9ba635eaf75da..69fa0c6e72fedc8b1016965248dc3c5665c24292:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index a156c36fe2..e1fb759745 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -60,12 +60,6 @@ inline static void simcall_BODY_process_suspend(smx_actor_t process) { return simcall(SIMCALL_PROCESS_SUSPEND, process); } -inline static void simcall_BODY_process_resume(smx_actor_t process) { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_process_resume(process); - return simcall(SIMCALL_PROCESS_RESUME, process); - } - inline static int simcall_BODY_process_join(smx_actor_t process, double timeout) { /* Go to that function to follow the code flow through the simcall barrier */ if (0) simcall_HANDLER_process_join(&SIMIX_process_self()->simcall, process, timeout);