Author: julianfoad
Date: Mon Jun 6 11:22:11 2011
New Revision: 1132599
URL: http://svn.apache.org/viewvc?rev=1132599&view=rev
Log:
* subversion/libsvn_ra_svn/marshal.c
(read_string): Remove a redundant comment, following r1130548.
Modified:
subversion/trunk/subversion/libsvn_ra_svn/marshal.c
Modified: subversion/trunk/subversion/libsvn_ra_svn/marshal.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/marshal.c?rev=1132599&r1=1132598&r2=1132599&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/marshal.c (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/marshal.c Mon Jun 6 11:22:11 2011
@@ -639,10 +639,7 @@ static svn_error_t *read_string(svn_ra_s
}
}
- /* Return the string properly wrapped into an RA_SVN item.
- * Note that the svn_string_t structure is identical to the
- * data and len members in stringbuf.
- */
+ /* Return the string properly wrapped into an RA_SVN item. */
item->kind = SVN_RA_SVN_STRING;
item->u.string = svn_stringbuf__morph_into_string(stringbuf);