X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0674edec4421e0037f3235a093135b95edf09581..1943ca63ab0af58abc75c70054783d962737f3e9:/src/msg/msg_io.c?ds=sidebyside diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index ec54dd9a59..c7bbe8c85c 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -113,7 +113,6 @@ sg_size_t MSG_file_write(msg_file_t fd, sg_size_t size) /** \ingroup msg_file_management * \brief Opens the file whose name is the string pointed to by path * - * \param mount is the mount point where find the file is located * \param fullpath is the file location on the storage * \param data user data to attach to the file *