Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I think I just killed a simcall
[simgrid.git] / src / simix / simcalls.in
index 5a0f0ed..4458171 100644 (file)
@@ -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]];