Author: hwright
Date: Tue Jun 14 14:09:47 2011
New Revision: 1135585
URL: http://svn.apache.org/viewvc?rev=1135585&view=rev
Log:
* tools/client-side/svnmucc/svnmucc.c
(execute): Remove an unneeded path computation.
Modified:
subversion/trunk/tools/client-side/svnmucc/svnmucc.c
Modified: subversion/trunk/tools/client-side/svnmucc/svnmucc.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svnmucc/svnmucc.c?rev=1135585&r1=1135584&r2=1135585&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/svnmucc/svnmucc.c (original)
+++ subversion/trunk/tools/client-side/svnmucc/svnmucc.c Tue Jun 14 14:09:47
2011
@@ -668,7 +668,6 @@ execute(const apr_array_header_t *action
session, &root, pool));
break;
case ACTION_CP:
- path1 = subtract_anchor(anchor, action->path[0], pool);
path2 = subtract_anchor(anchor, action->path[1], pool);
if (action->rev == SVN_INVALID_REVNUM)
action->rev = head;