[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: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Wed, 24 Mar 2010 22:34:13 -0400

On Mar 24, 2010, at 10:29 PM, Greg Stein wrote:

> 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

I was distracted at the time I committed this. :)

r927258.

-Hyrum
Received on 2010-03-25 03:34:42 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.