X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a92d7b716f51a53dea7f59db8524d4add713b910..da6a8948438ab0798f492ed7bf5dad2a515ca04e:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 758d8748d7..afef6c4288 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -348,12 +348,6 @@ inline static int simcall_BODY_file_move(smx_file_t fd, const char* fullpath) { return simcall(SIMCALL_FILE_MOVE, fd, fullpath); } -inline static xbt_dict_t simcall_BODY_storage_get_properties(smx_storage_t storage) { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_storage_get_properties(storage); - return simcall(SIMCALL_STORAGE_GET_PROPERTIES, 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);