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

Re: svn commit: r1103414 - /subversion/trunk/subversion/libsvn_fs_fs/caching.c

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Mon, 16 May 2011 17:47:04 +0100

On Sun, 2011-05-15, stefan2_at_apache.org wrote:
> Don't give the impression that init_txn_callbacks might fail.
>
> * subversion/libsvn_fs_fs/caching.c
> (init_txn_callbacks): void is the appropriate return type.

> Modified: subversion/trunk/subversion/libsvn_fs_fs/caching.c
> ==============================================================================
>
> -static svn_error_t *
> +static void

Hi Stefan. Please could you give this function a doc string, and
init_callbacks() later in the same file. Thanks.

- Julian

> init_txn_callbacks(svn_cache__t **cache,
> apr_pool_t *pool)
> {
> @@ -373,8 +373,6 @@ init_txn_callbacks(svn_cache__t **cache,
> remove_txn_cache,
> apr_pool_cleanup_null);
> }
> -
> - return SVN_NO_ERROR;
> }
Received on 2011-05-16 18:47:48 CEST

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.