[Pkg-owncloud-commits] [owncloud-client] 06/333: Removed unused function.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:27 UTC 2014


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 593d528b6a942b35ed26e4cc55f7b6e7222c15b4
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Feb 7 11:57:10 2014 +0100

    Removed unused function.
---
 csync/src/csync_rename.cc | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/csync/src/csync_rename.cc b/csync/src/csync_rename.cc
index 8da3bb8..64da49a 100644
--- a/csync/src/csync_rename.cc
+++ b/csync/src/csync_rename.cc
@@ -53,19 +53,6 @@ struct csync_rename_s {
     std::vector<renameop> todo;
 };
 
-static int _csync_rename_record(void *obj, void *data) {
-    CSYNC *ctx = reinterpret_cast<CSYNC*>(data);
-    csync_rename_s* d = csync_rename_s::get(ctx);
-    csync_file_stat_t *st = reinterpret_cast<csync_file_stat_t *>(obj);
-
-    if ( st->instruction != CSYNC_INSTRUCTION_RENAME)
-        return 0;
-
-    csync_rename_s::renameop op = { st };
-    d->todo.push_back(op);
-    return 0;
-}
-
 extern "C" {
 void csync_rename_destroy(CSYNC* ctx)
 {

-- 
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