X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d60c93c4ec0ba158a9e58681f4df021f76e78f9e..0c3417410f5e66dd4d165d5435c7ff301483a25d:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 15fed6871c..86253284d0 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -228,13 +228,6 @@ inline static int simcall_BODY_mc_random(int min, int max) return simcall(SIMCALL_MC_RANDOM, min, max); } -inline static void simcall_BODY_set_category(boost::intrusive_ptr synchro, const char* category) -{ - if (0) /* Go to that function to follow the code flow through the simcall barrier */ - SIMIX_set_category(synchro, category); - return simcall, const char*>(SIMCALL_SET_CATEGORY, synchro, category); -} - inline static void simcall_BODY_run_kernel(std::function const* code) { if (0) /* Go to that function to follow the code flow through the simcall barrier */