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

Re: svn commit: rev 7912 - trunk/subversion/libsvn_client

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-12-03 00:51:39 CET

cmpilato@tigris.org wrote:
> Author: cmpilato
> Date: Tue Dec 2 16:47:56 2003
> New Revision: 7912
>
> Modified:
> trunk/subversion/libsvn_client/commit.c
> Log:
> * subversion/libsvn_client/commit.c
> (import_dir): Remove unused variable 'flags'.

Oy! That was _my_ unused variable, and I've just removed it in r7914 ... but I see you slipped your commit in just before me, and I didn't notice it disappear during the required the "svn update". :-)

I'll edit my log message.

- Julian

> (svn_client_import): Remove unnecessary level of braces left-over
> from the days when this function used to also import to an XML
> file. No logic changes.
>
> Modified: trunk/subversion/libsvn_client/commit.c
> ==============================================================================
> --- trunk/subversion/libsvn_client/commit.c (original)
> +++ trunk/subversion/libsvn_client/commit.c Tue Dec 2 16:47:56 2003
> @@ -179,7 +179,6 @@
> apr_pool_t *subpool = svn_pool_create (pool); /* iteration pool */
> apr_hash_t *dirents;
> apr_hash_index_t *hi;
> - apr_int32_t flags = APR_FINFO_TYPE | APR_FINFO_NAME;
> apr_array_header_t *ignores;
>
> SVN_ERR (svn_wc_get_default_ignores (&ignores, ctx->config, pool));
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 3 00:47:53 2003

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.