[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-10-19 11:33:54 CEST

On 10/18/05, dlr@tigris.org <dlr@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
Received on Wed Oct 19 11:35:30 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.