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/08/24 16:26:57 UTC

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

Author: julianfoad
Date: Mon Aug 24 14:26:56 2015
New Revision: 1697409

URL: http://svn.apache.org/r1697409
Log:
On the 'move-tracking-2' branch: Remove an obsolete type declaration.

* subversion/include/private/svn_editor3e.h
  (svn_editor3_cb_instantiate_t): 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=1697409&r1=1697408&r2=1697409&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 Mon Aug 24 14:26:56 2015
@@ -859,17 +859,6 @@ typedef svn_error_t *(*svn_editor3_cb_ad
   const svn_element_payload_t *new_payload,
   apr_pool_t *scratch_pool);
 
-/** @see svn_editor3_instantiate(), #svn_editor3_t
- */
-typedef svn_error_t *(*svn_editor3_cb_instantiate_t)(
-  void *baton,
-  svn_branch_state_t *branch,
-  svn_branch_eid_t eid,
-  svn_branch_eid_t new_parent_eid,
-  const char *new_name,
-  const svn_element_payload_t *new_payload,
-  apr_pool_t *scratch_pool);
-
 /** @see svn_editor3_copy_one(), #svn_editor3_t
  */
 typedef svn_error_t *(*svn_editor3_cb_copy_one_t)(