You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/02/15 15:07:54 UTC

svn commit: r1070909 - /subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

Author: cmpilato
Date: Tue Feb 15 14:07:53 2011
New Revision: 1070909

URL: http://svn.apache.org/viewvc?rev=1070909&view=rev
Log:
* subversion/libsvn_ra_serf/ra_serf.h
  Remove leftover docstring for svn_ra_serf__uri_canonicalize(); the
  function prototype itself was removed in r1064436.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h

Modified: subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h?rev=1070909&r1=1070908&r2=1070909&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h Tue Feb 15 14:07:53 2011
@@ -735,13 +735,6 @@ const char *
 svn_ra_serf__response_get_location(serf_bucket_t *response,
                                    apr_pool_t *pool);
 
-/* Canonicalize URI, in the general sense.  URI might be a full,
- * absolute, schema-ful URL.  It might be just the path portion of a
- * URL.  Or it might be a relative path.  Whatever the case, it is a
- * URI-encoded identifier of *some sort*, as will be the returned form
- * thereof.
- */
-
 /** XML helper functions. **/
 
 /*