X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4752c649dca82264c6f54abbddf066fc6ab4f341..0342cac8cbf7d74cf6efa11b33abd8cb6d87cc3c:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 3d8785c61d..8d0c849d40 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -328,14 +328,6 @@ inline static int simcall_BODY_sem_get_capacity(smx_sem_t sem) { return simcall(SIMCALL_FILE_WRITE, fd, size, host); } - inline static surf_file_t simcall_BODY_file_open(const char* mount, const char* path, sg_storage_t st) - { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) - simcall_HANDLER_file_open(&SIMIX_process_self()->simcall, mount, path, st); - return simcall(SIMCALL_FILE_OPEN, mount, path, st); - } - 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);