You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2015/05/19 19:06:10 UTC

svn commit: r1680347 - /subversion/trunk/subversion/libsvn_fs_fs/revprops.c

Author: ivan
Date: Tue May 19 17:06:10 2015
New Revision: 1680347

URL: http://svn.apache.org/r1680347
Log:
Remove unused constant definition.

* subversion/libsvn_fs_fs/revprops.c
  (REVPROP_CHANGE_TIMEOUT): Remove.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/revprops.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/revprops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/revprops.c?rev=1680347&r1=1680346&r2=1680347&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/revprops.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/revprops.c Tue May 19 17:06:10 2015
@@ -36,11 +36,6 @@
 
 #include "svn_private_config.h"
 
-/* Give writing processes 10 seconds to replace an existing revprop
-   file with a new one. After that time, we assume that the writing
-   process got aborted and that we have re-read revprops. */
-#define REVPROP_CHANGE_TIMEOUT (10 * 1000000)
-
 svn_error_t *
 svn_fs_fs__upgrade_pack_revprops(svn_fs_t *fs,
                                  svn_fs_upgrade_notify_t notify_func,