[Pkg-owncloud-commits] [owncloud-client] 55/332: csync: remove unused variable

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:37 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 7d00c3646a77ad34b346bccd4142807f05f6dd19
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Thu Jun 5 15:45:15 2014 +0200

    csync: remove unused variable
---
 csync/src/csync.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/csync/src/csync.c b/csync/src/csync.c
index 40ec1ef..ccad9e2 100644
--- a/csync/src/csync.c
+++ b/csync/src/csync.c
@@ -96,8 +96,6 @@ static int _data_cmp(const void *key, const void *data) {
 int csync_create(CSYNC **csync, const char *local, const char *remote) {
   CSYNC *ctx;
   size_t len = 0;
-  char *home;
-  int rc;
 
   ctx = c_malloc(sizeof(CSYNC));
   if (ctx == NULL) {

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