You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by mark benedetto king <mb...@lowlatency.com> on 2007/02/04 22:33:29 UTC

Re: svn commit: r23343 - trunk/subversion/libsvn_wc

On Sun, Feb 04, 2007 at 01:54:30PM -0800, lundblad@tigris.org wrote:
> Author: lundblad
> Date: Sun Feb  4 13:54:30 2007
> New Revision: 23343
> 
> Log:
> Remove redundant code.
> 
> * subversion/libsvn_wc/update_editor.c
>   (merge_file, merge_props): Don't allow content_state, prop_state or
                                          ^ NULL
>   lock_state, since our one and only caller always passes non-NULL values.


--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r23343 - trunk/subversion/libsvn_wc

Posted by Peter Lundblad <pl...@google.com>.
mark benedetto king writes:
> On Sun, Feb 04, 2007 at 01:54:30PM -0800, lundblad@tigris.org wrote:
> > Author: lundblad
> > Date: Sun Feb  4 13:54:30 2007
> > New Revision: 23343
> > 
> > Log:
> > Remove redundant code.
> > 
> > * subversion/libsvn_wc/update_editor.c
> >   (merge_file, merge_props): Don't allow content_state, prop_state or
>                                           ^ NULL
> >   lock_state, since our one and only caller always passes non-NULL values.
> 
> 
Ah... Fixed now.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org