[gnote] Remove redundant and errornous line



commit e7128cd04c2188a9f06bce907e2c3cc81346ed3f
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Jan 6 18:08:52 2019 +0200

    Remove redundant and errornous line

 src/synchronization/filesystemsyncserver.cpp | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/synchronization/filesystemsyncserver.cpp b/src/synchronization/filesystemsyncserver.cpp
index b6175afc..7b7456c2 100644
--- a/src/synchronization/filesystemsyncserver.cpp
+++ b/src/synchronization/filesystemsyncserver.cpp
@@ -358,7 +358,6 @@ bool FileSystemSyncServer::commit_sync_transaction()
       if(old_manifest_file->query_exists()) {
         // TODO: Do step #8 as described in http://bugzilla.gnome.org/show_bug.cgi?id=321037#c17
         // Like this?
-        auto file_enumerator = old_manifest_file->enumerate_children();
         std::vector<Glib::RefPtr<Gio::File>> files;
         sharp::directory_get_files(old_manifest_file->get_parent(), files);
         for(auto file : files) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]