[Pkg-owncloud-commits] [owncloud-client] 26/332: CSync: Remove old defines

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:34 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 4d4ae9374b5ea967e91530e9d66c29fd32e5bf2b
Author: Markus Goetz <markus at woboq.com>
Date:   Thu May 29 13:09:06 2014 +0200

    CSync: Remove old defines
---
 csync/src/csync_private.h | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/csync/src/csync_private.h b/csync/src/csync_private.h
index cf019b6..33343df 100644
--- a/csync/src/csync_private.h
+++ b/csync/src/csync_private.h
@@ -61,18 +61,6 @@
  */
 #define MAX_DEPTH 50
 
-/**
- * Maximum time difference between two replicas in seconds
- */
-#define MAX_TIME_DIFFERENCE 10
-
-/**
- * Maximum size of a buffer for transfer
- */
-#ifndef MAX_XFER_BUF_SIZE
-#define MAX_XFER_BUF_SIZE (16 * 1024)
-#endif
-
 #define CSYNC_STATUS_INIT 1 << 0
 #define CSYNC_STATUS_UPDATE 1 << 1
 #define CSYNC_STATUS_RECONCILE 1 << 2

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