X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8231c5402200f20c7bd088a5839bbe215b226606..3f38d568f0b8155a643e15a3171177060ee15c3c:/src/surf/FileImpl.hpp diff --git a/src/surf/FileImpl.hpp b/src/surf/FileImpl.hpp index acb8f27bd5..b7acf366a4 100644 --- a/src/surf/FileImpl.hpp +++ b/src/surf/FileImpl.hpp @@ -29,8 +29,6 @@ public: int seek(sg_offset_t offset, int origin); int unlink(); void move(std::string fullpath); - Action* read(sg_size_t size); - Action* write(sg_size_t size); private: StorageImpl* location_;