X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a619bfb1b9a3769e775975828e35541111290665..827b5fc241bd5cd1c65354d0566197196179ab84:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 8eb36595d6..e3cce1a6d7 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -89,7 +89,6 @@ sg_size_t file_read(surf_file_t fd, sg_size_t size, sg_host_t host) [[block]]; sg_size_t file_write(surf_file_t fd, sg_size_t size, sg_host_t host) [[block]]; surf_file_t file_open(const char* mount, const char* path, sg_storage_t st) [[block]]; int file_close(surf_file_t fd, sg_host_t host) [[block]]; -int file_move(surf_file_t fd, const char* fullpath); int mc_random(int min, int max); void set_category(boost::intrusive_ptr synchro, const char* category) [[nohandler]];