X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8802264733f1081568164bfb8d7d44bc77214d89..4a69abcc786d029bd2962537f767d12a0f808d11:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 5a0f0ed3d4..4458171f4c 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -99,7 +99,6 @@ int file_move(smx_file_t fd, const char* fullpath); sg_size_t storage_get_free_size(smx_storage_t storage); sg_size_t storage_get_used_size(smx_storage_t name); xbt_dict_t storage_get_properties(smx_storage_t storage) [[nohandler]]; -xbt_dict_t storage_get_content(smx_storage_t storage) [[nohandler]]; int mc_random(int min, int max); void set_category(smx_activity_t synchro, const char* category) [[nohandler]];