From 68e8d659fb87fec5aff3d921ba36fe38150be9ff Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 18 Mar 2014 14:16:06 +0100 Subject: [PATCH] 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 83262d429d..e97f9a5259 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) {