X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a8e2f5bce8c6758d4367d21a66466a497d136fe..4f423a58620da6a25058aa753c98a25f56ee05c9:/src/surf/storage_interface.hpp diff --git a/src/surf/storage_interface.hpp b/src/surf/storage_interface.hpp index 31c6dc8c72..32fa00ffc6 100644 --- a/src/surf/storage_interface.hpp +++ b/src/surf/storage_interface.hpp @@ -233,12 +233,6 @@ typedef struct s_storage_type { } s_storage_type_t; typedef s_storage_type_t* storage_type_t; -typedef struct s_mount { - void *storage; - char *name; -} s_mount_t; -typedef s_mount_t* mount_t; - typedef struct surf_file { char *name; char *mount;