Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean surf code
[simgrid.git] / src / surf / storage_n11.hpp
index 5582e96..932e505 100644 (file)
@@ -56,8 +56,6 @@ public:
   StorageActionPtr open(const char* mount, const char* path);
   StorageActionPtr close(surf_file_t fd);
   StorageActionPtr ls(const char *path);
-  xbt_dict_t getContent();
-  sg_size_t getSize();
   StorageActionPtr read(surf_file_t fd, sg_size_t size);//FIXME:why we have a useless param ptr ??
   StorageActionPtr write(surf_file_t fd, sg_size_t size);//FIXME:why we have a useless param ptr ??
   void rename(const char *src, const char *dest);