From b6f58f8266d8c00c00ccce419b7e08e8eb8006b9 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 1 Dec 2017 16:07:48 +0100 Subject: [PATCH 1/1] my special: empty statements --- src/plugins/file_system/s4u_FileSystem.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- 2.20.1