You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2018/05/04 09:14:49 UTC

svn commit: r1830901 - /subversion/trunk/subversion/libsvn_client/update.c

Author: stsp
Date: Fri May  4 09:14:49 2018
New Revision: 1830901

URL: http://svn.apache.org/viewvc?rev=1830901&view=rev
Log:
Follow-up to r1830900:

* subversion/libsvn_client/update.c
  (update_internal): Remove a redundant comment which became the docstring
   for the new reuse_ra_session() helper function in r1830900.

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

Modified: subversion/trunk/subversion/libsvn_client/update.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/update.c?rev=1830901&r1=1830900&r2=1830901&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/update.c (original)
+++ subversion/trunk/subversion/libsvn_client/update.c Fri May  4 09:14:49 2018
@@ -467,10 +467,6 @@ update_internal(svn_revnum_t *result_rev
       ctx->notify_func2(ctx->notify_baton2, notify, scratch_pool);
     }
 
-  /* Try to reuse the RA session by reparenting it to the anchor_url.
-   * This code is probably overly cautious since we only use this
-   * currently when parents are missing and so all the anchor_urls
-   * have to be in the same repo. */
   SVN_ERR(reuse_ra_session(ra_session_p, &corrected_url, anchor_url,
                            anchor_abspath, ctx, result_pool, scratch_pool));
   ra_session = *ra_session_p;