You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ivan Zhakov <ch...@gmail.com> on 2005/10/19 09:33:54 UTC

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

On 10/18/05, dlr@tigris.org <dl...@tigris.org> wrote:
> Author: dlr
> Date: Tue Oct 18 11:33:05 2005
> New Revision: 16783
>
> Modified:
>    trunk/subversion/libsvn_wc/props.c
>
> Log:
> * subversion/libsvn_wc/props.c
>   (svn_wc_merge_props): Removed unused local variable log_fp, the need
>    for which was obviated by use of svn_wc__write_log() in the
>    previous commit (r16782).
>
>
> Modified: trunk/subversion/libsvn_wc/props.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/libsvn_wc/props.c?rev=16783&p1=trunk/subversion/libsvn_wc/props.c&p2=trunk/subversion/libsvn_wc/props.c&r1=16782&r2=16783
> ==============================================================================
> --- trunk/subversion/libsvn_wc/props.c  (original)
> +++ trunk/subversion/libsvn_wc/props.c  Tue Oct 18 11:33:05 2005
> @@ -275,7 +275,6 @@
>    const svn_wc_entry_t *entry;
>    const char *parent, *base_name;
>    svn_stringbuf_t *log_accum;
> -  apr_file_t *log_fp = NULL;
>
>    SVN_ERR (svn_wc_entry (&entry, path, adm_access, FALSE, pool));
>    if (entry == NULL)
>
Thanks Daniel.
I cannot set warning level on my Windows build environment
automaticly, therefore I have skipped unused variable.

--
Ivan Zhakov