[Pkg-owncloud-commits] [owncloud-client] 164/333: Remove unused code.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:48 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 68e8d659fb87fec5aff3d921ba36fe38150be9ff
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Mar 18 14:16:06 2014 +0100

    Remove unused code.
---
 csync/src/csync_owncloud.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/csync/src/csync_owncloud.c b/csync/src/csync_owncloud.c
index 83262d4..e97f9a5 100644
--- a/csync/src/csync_owncloud.c
+++ b/csync/src/csync_owncloud.c
@@ -497,15 +497,6 @@ static int dav_connect(const char *base_url) {
         port = ne_uri_defaultport(protocol);
     }
 
-#if 0
-    rc = ne_sock_init();
-    DEBUG_WEBDAV("ne_sock_init: %d", rc );
-    if (rc < 0) {
-        rc = -1;
-        goto out;
-    }
-#endif
-
     dav_session.ctx = ne_session_create( protocol, host, port);
 
     if (dav_session.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