Author: philip
Date: Tue Jan  8 17:50:36 2013
New Revision: 1430405

URL: http://svn.apache.org/viewvc?rev=1430405&view=rev
Log:
* subversion/libsvn_wc/wc_db_update_move.c
  (replace_moved_layer): Remove unused parameter.
  (drive_tree_conflict_editor): Adjust call.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c?rev=1430405&r1=1430404&r2=1430405&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c Tue Jan  8 
17:50:36 2013
@@ -1124,7 +1124,6 @@ static svn_error_t *
 replace_moved_layer(const char *src_relpath,
                     const char *dst_relpath,
                     int src_op_depth,
-                    svn_wc__db_t *db,
                     svn_wc__db_wcroot_t *wcroot,
                     apr_pool_t *scratch_pool)
 {
@@ -1226,7 +1225,7 @@ drive_tree_conflict_editor(svn_editor_t 
   SVN_ERR(svn_editor_complete(tc_editor));
 
   SVN_ERR(replace_moved_layer(src_relpath, dst_relpath, src_op_depth,
-                              db, wcroot, scratch_pool));
+                              wcroot, scratch_pool));
 
   return SVN_NO_ERROR;
 }


Reply via email to