Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
my special: empty statements
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Dec 2017 15:07:48 +0000 (16:07 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Dec 2017 15:07:48 +0000 (16:07 +0100)
src/plugins/file_system/s4u_FileSystem.cpp

index 2fc3426..bcb6879 100644 (file)
@@ -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)