You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2011/04/20 19:52:26 UTC

Re: svn commit: r1095351 - /subversion/trunk/subversion/libsvn_wc/workqueue.c

On Wed, Apr 20, 2011 at 06:36,  <rh...@apache.org> wrote:
> Author: rhuijben
> Date: Wed Apr 20 10:36:47 2011
> New Revision: 1095351
>
> URL: http://svn.apache.org/viewvc?rev=1095351&view=rev
> Log:
> Following up on r1095100, remove handling of the OP_PRISTINE_GET_TRANSLATED
> workingqueue item. We never inserted this in the working queue for real
> working copies.
>
> * subversion/libsvn_wc/workqueue.c
>  (OP_PRISTINE_GET_TRANSLATED): Remove define.
>  (pristine_get_translated): Remove function.
>  (run_pristine_get_translated): Remove function.
>  (dispatch_table): Remove reference.

The other OPs can be removed, given the recent format bump.

-g