[Pkg-owncloud-commits] [owncloud-client] 281/498: vio_local: Remove commented code.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 1a69e2ae8d01ea4f5e3d5a451d2240d46fc09162
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Jul 7 21:04:08 2015 +0200

    vio_local: Remove commented code.
---
 csync/src/vio/csync_vio_local.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/csync/src/vio/csync_vio_local.c b/csync/src/vio/csync_vio_local.c
index 3c5d4f3..70dd5ac 100644
--- a/csync/src/vio/csync_vio_local.c
+++ b/csync/src/vio/csync_vio_local.c
@@ -83,11 +83,8 @@ csync_vio_handle_t *csync_vio_local_opendir(const char *name) {
       SAFE_FREE(handle);
       return NULL;
   }
-  // FIXME: Handle the case of no files in a dir.
-  // dwError = GetLastError();
-  // if (dwError != ERROR_NO_MORE_FILES) {
+
   handle->firstFind = 1; // Set a flag that there first fileinfo is available.
-  // }
 #else
   dirname = c_utf8_path_to_locale(name);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list