X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fd7325c13c2afc315d1dfa41c643a58197bfe99a..4a69abcc786d029bd2962537f767d12a0f808d11:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index ccdeaaf337..85dead441d 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -365,12 +365,6 @@ inline static xbt_dict_t simcall_BODY_storage_get_properties(smx_storage_t stora return simcall(SIMCALL_STORAGE_GET_PROPERTIES, storage); } -inline static xbt_dict_t simcall_BODY_storage_get_content(smx_storage_t storage) { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_storage_get_content(storage); - return simcall(SIMCALL_STORAGE_GET_CONTENT, storage); - } - inline static int simcall_BODY_mc_random(int min, int max) { /* Go to that function to follow the code flow through the simcall barrier */ if (0) simcall_HANDLER_mc_random(&SIMIX_process_self()->simcall, min, max);