X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84cfe8b4f9de138942e14fc9f6efb0c1815a8986..f986630d917217a11060a58df5d8bd49b2c99e10:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 3a1bd5edbb..4f3e9a7ef1 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -87,35 +87,6 @@ inline static int simcall_BODY_process_sleep(double duration) { bytes_amount, rate, timeout); } - inline static void - simcall_BODY_execution_cancel(boost::intrusive_ptr execution) - { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_execution_cancel(execution); - return simcall>(SIMCALL_EXECUTION_CANCEL, - execution); - } - - inline static void - simcall_BODY_execution_set_priority(boost::intrusive_ptr execution, - double priority) - { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_execution_set_priority(execution, priority); - return simcall, double>( - SIMCALL_EXECUTION_SET_PRIORITY, execution, priority); - } - - inline static void - simcall_BODY_execution_set_bound(boost::intrusive_ptr execution, - double bound) - { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_execution_set_bound(execution, bound); - return simcall, double>( - SIMCALL_EXECUTION_SET_BOUND, execution, bound); - } - inline static int simcall_BODY_execution_wait(boost::intrusive_ptr execution) { /* Go to that function to follow the code flow through the simcall barrier */