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/03/19 12:30:06 UTC

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

Author: julianfoad
Date: Thu Mar 19 11:30:06 2015
New Revision: 1667708

URL: http://svn.apache.org/r1667708
Log:
On the 'move-tracking-2' branch:

* subversion/include/private/svn_editor3e.h
  (svn_editor3__insert_shims): Remove this unused declaration.

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=1667708&r1=1667707&r2=1667708&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 Thu Mar 19 11:30:06 2015
@@ -1194,29 +1194,6 @@ svn_delta__ev3_from_delta_for_commit2(
                         apr_pool_t *result_pool,
                         apr_pool_t *scratch_pool);
 
-/* Return in NEW_DEDITOR/NEW_DETIT_BATON a delta editor that wraps
- * OLD_DEDITOR/OLD_DEDIT_BATON, inserting a pair of shims that convert
- * Ev1 to Ev3 and back to Ev1.
- *
- * REPOS_ROOT_URL is the repository root URL, and BASE_RELPATH is the
- * relative path within the repository of the root directory of the edit.
- *
- * FETCH_FUNC/FETCH_BATON is a callback by which the shim may retrieve the
- * original or copy-from kind/properties/text for a path being committed.
- */
-svn_error_t *
-svn_editor3__insert_shims(
-                        const svn_delta_editor_t **new_deditor,
-                        void **new_dedit_baton,
-                        const svn_delta_editor_t *old_deditor,
-                        void *old_dedit_baton,
-                        const char *repos_root,
-                        const char *base_relpath,
-                        svn_editor3__shim_fetch_func_t fetch_func,
-                        void *fetch_baton,
-                        apr_pool_t *result_pool,
-                        apr_pool_t *scratch_pool);
-
 
 #ifdef __cplusplus
 }