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

Re: svn commit: r927176 - in /subversion/trunk/subversion/libsvn_wc: lock.c lock.h

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 24 Mar 2010 22:29:29 -0400

On Wed, Mar 24, 2010 at 16:42, <hwright_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_wc/lock.c Wed Mar 24 20:42:22 2010
> @@ -1595,17 +1595,6 @@ extend_lock_cb(const char *local_abspath
>  }
>
>  svn_error_t *
> -svn_wc__adm_extend_lock_to_tree(svn_wc__db_t *db,
> -                                const char *adm_abspath,
> -                                apr_pool_t *pool)
> -{
> -  return svn_error_return(
> -      svn_wc__internal_walk_children(db, adm_abspath, FALSE,
> -                                     extend_lock_cb, db, svn_depth_infinity,
> -                                     NULL, NULL, pool));

Don't you want to remove extend_lock_cb(), too? :-P

>...

Cheers,
-g
Received on 2010-03-25 03:29:55 CET

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.