You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/05/12 21:36:13 UTC

svn commit: r1481629 - /subversion/trunk/subversion/libsvn_subr/path.c

Author: danielsh
Date: Sun May 12 19:36:13 2013
New Revision: 1481629

URL: http://svn.apache.org/r1481629
Log:
Remove duplicated docstring.

* subversion/libsvn_subr/path.c
  (svn_path_illegal_path_escape): As above.  Duplicate is at the declaration.

Modified:
    subversion/trunk/subversion/libsvn_subr/path.c

Modified: subversion/trunk/subversion/libsvn_subr/path.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/path.c?rev=1481629&r1=1481628&r2=1481629&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/path.c (original)
+++ subversion/trunk/subversion/libsvn_subr/path.c Sun May 12 19:36:13 2013
@@ -1164,9 +1164,6 @@ svn_path_cstring_to_utf8(const char **pa
 }
 
 
-/* Return a copy of PATH, allocated from POOL, for which control
-   characters have been escaped using the form \NNN (where NNN is the
-   octal representation of the byte's ordinal value).  */
 const char *
 svn_path_illegal_path_escape(const char *path, apr_pool_t *pool)
 {