You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/10/15 18:14:58 UTC

[PATCH]removing redundant member 'err' out of 'struct get_locks_baton_t'

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran


Re: [PATCH]removing redundant member 'err' out of 'struct get_locks_baton_t'

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
On Sun, 15 Oct 2006, Kamesh Jayachandran wrote:

>   Removing the redundant member 'err' which is not set meaningfully anywhere.
> 
> * subversion/libsvn_ra_dav/fetch.c
>   (struct get_locks_baton_t): 
>    Removing 'err'.
>   (svn_ra_dav__get_locks):
>    Adjusting for the above change.

Thanks Kamesh!  Committed in r21990.