You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/05/26 15:49:22 UTC

svn commit: r1681759 - /subversion/branches/move-tracking-2/subversion/include/private/svn_editor3e.h

Author: julianfoad
Date: Tue May 26 13:49:22 2015
New Revision: 1681759

URL: http://svn.apache.org/r1681759
Log:
On the 'move-tracking-2' branch: Remove an unused macro.

* subversion/include/private/svn_editor3e.h
  (SVN_EDITOR3_CHECKSUM_KIND): Remove.

Modified:
    subversion/branches/move-tracking-2/subversion/include/private/svn_editor3e.h

Modified: subversion/branches/move-tracking-2/subversion/include/private/svn_editor3e.h
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/include/private/svn_editor3e.h?rev=1681759&r1=1681758&r2=1681759&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/include/private/svn_editor3e.h (original)
+++ subversion/branches/move-tracking-2/subversion/include/private/svn_editor3e.h Tue May 26 13:49:22 2015
@@ -512,10 +512,6 @@ extern "C" {
  */
 typedef struct svn_editor3_t svn_editor3_t;
 
-/** The kind of the checksum to be used throughout the #svn_editor3_t APIs.
- */
-#define SVN_EDITOR3_CHECKSUM_KIND svn_checksum_sha1
-
 
 /** These functions are called by the tree delta driver to edit the target.
  *