Author: rinrab
Date: Sun Nov 24 14:27:34 2024
New Revision: 1922050

URL: http://svn.apache.org/viewvc?rev=1922050&view=rev
Log:
* subversion/libsvn_client/util.c
  (svn_client__merge_source_create,
   svn_client__merge_source_dup): Remove their docstrings from the
   implementation; These functions are already described in the header
   file.

Modified:
    subversion/trunk/subversion/libsvn_client/util.c

Modified: subversion/trunk/subversion/libsvn_client/util.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/util.c?rev=1922050&r1=1922049&r2=1922050&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/util.c (original)
+++ subversion/trunk/subversion/libsvn_client/util.c Sun Nov 24 14:27:34 2024
@@ -136,8 +136,6 @@ svn_client__pathrev_fspath(const svn_cli
 }
 
 
-/* Return a new merge_source_t structure, allocated in RESULT_POOL,
- * initialized with deep copies of LOC1 and LOC2 and ANCESTRAL. */
 svn_client__merge_source_t *
 svn_client__merge_source_create(const svn_client__pathrev_t *loc1,
                                 const svn_client__pathrev_t *loc2,
@@ -153,7 +151,6 @@ svn_client__merge_source_create(const sv
   return s;
 }
 
-/* Return a deep copy of SOURCE, allocated in RESULT_POOL. */
 svn_client__merge_source_t *
 svn_client__merge_source_dup(const svn_client__merge_source_t *source,
                              apr_pool_t *result_pool)


Reply via email to