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