From: Frederic Suter Date: Fri, 1 Dec 2017 15:07:48 +0000 (+0100) Subject: my special: empty statements X-Git-Tag: v3.18~189 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b6f58f8266d8c00c00ccce419b7e08e8eb8006b9 my special: empty statements --- diff --git a/src/plugins/file_system/s4u_FileSystem.cpp b/src/plugins/file_system/s4u_FileSystem.cpp index 2fc34265c9..bcb6879503 100644 --- a/src/plugins/file_system/s4u_FileSystem.cpp +++ b/src/plugins/file_system/s4u_FileSystem.cpp @@ -465,7 +465,6 @@ int sg_file_rcopy(sg_file_t file, sg_host_t host, const char* fullpath) int sg_file_rmove(sg_file_t file, sg_host_t host, const char* fullpath) { return file->remoteMove(host, fullpath); - ; } sg_size_t sg_storage_get_size_free(sg_storage_t st)