X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a18d9b180e14763a93c3e41555a3407510d73127..6cf6f6913a06a9b7e64923042e25049b529e5cdc:/src/simix/popping_bodies.cpp diff --git a/src/simix/popping_bodies.cpp b/src/simix/popping_bodies.cpp index 0833c323b0..538c0631e9 100644 --- a/src/simix/popping_bodies.cpp +++ b/src/simix/popping_bodies.cpp @@ -360,13 +360,6 @@ inline static int simcall_BODY_sem_get_capacity(smx_sem_t sem) { return simcall(SIMCALL_FILE_CLOSE, fd, host); } - inline static int simcall_BODY_file_unlink(surf_file_t fd, sg_host_t host) - { - /* Go to that function to follow the code flow through the simcall barrier */ - if (0) SIMIX_file_unlink(fd, host); - return simcall(SIMCALL_FILE_UNLINK, fd, host); - } - inline static int simcall_BODY_file_move(surf_file_t fd, const char* fullpath) { /* Go to that function to follow the code flow through the simcall barrier */