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 2013/06/19 16:11:11 UTC

svn commit: r1494630 - /subversion/trunk/subversion/libsvn_client/switch.c

Author: julianfoad
Date: Wed Jun 19 14:11:10 2013
New Revision: 1494630

URL: http://svn.apache.org/r1494630
Log:
* subversion/libsvn_client/switch.c
  (switch_internal): Remove a comment that was obsoleted by r1344833.

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

Modified: subversion/trunk/subversion/libsvn_client/switch.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/switch.c?rev=1494630&r1=1494629&r2=1494630&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/switch.c (original)
+++ subversion/trunk/subversion/libsvn_client/switch.c Wed Jun 19 14:11:10 2013
@@ -231,8 +231,6 @@ switch_internal(svn_revnum_t *result_rev
         yca = NULL; /* Not versioned */
       else
         {
-          /* ### It would be nice if this function could reuse the existing
-             ra session instead of opening two for its own use. */
           SVN_ERR(svn_client__get_youngest_common_ancestor(
                   &yca, switch_loc, target_base_loc, ra_session, ctx,
                   pool, pool));