X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6cf6f6913a06a9b7e64923042e25049b529e5cdc..0322a73bb9bb8b3285c6d7fce7e19a40e5025823:/src/surf/HostImpl.hpp diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index fd170decc3..c8c36cdc15 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -98,17 +98,6 @@ public: */ virtual Action* write(surf_file_t fd, sg_size_t size); - /** - * @brief Move a file to another location on the *same mount point*. - * @details [long description] - * - * @param fd The file descriptor - * @param fullpath The new full path - * @return MSG_OK if successful, MSG_TASK_CANCELED and a warning if the new - * full path is not on the same mount point - */ - virtual int fileMove(surf_file_t fd, const char* fullpath); - std::map storage_; simgrid::s4u::Host* piface_ = nullptr;