Author: pburba
Date: Thu Apr 12 21:40:15 2012
New Revision: 1325533
URL: http://svn.apache.org/viewvc?rev=1325533&view=rev
Log:
On the inheritable-props branch: Remove some cruft
* subversion/libsvn_ra_svn/client.c
(ra_svn_get_inherited_props): Remove a stray comment.
Modified:
subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c
Modified:
subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c
URL:
http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c?rev=1325533&r1=1325532&r2=1325533&view=diff
==============================================================================
--- subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c
(original)
+++ subversion/branches/inheritable-props/subversion/libsvn_ra_svn/client.c Thu
Apr 12 21:40:15 2012
@@ -2622,7 +2622,6 @@ ra_svn_get_inherited_props(svn_ra_sessio
SVN_ERR(handle_auth_request(sess_baton, pool));
SVN_ERR(svn_ra_svn_read_cmd_response(conn, pool, "l", &iproplist));
SVN_ERR(parse_iproplist(iprops, iproplist, session, pool, pool));
- //SVN_ERR(svn_ra_svn_read_cmd_response(conn, pool, ""));
return SVN_NO_ERROR;
}