You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/06/17 12:58:09 UTC

svn commit: r955549 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

Author: philip
Date: Thu Jun 17 10:58:08 2010
New Revision: 955549

URL: http://svn.apache.org/viewvc?rev=955549&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Remove unused variable.

Modified:
    subversion/trunk/subversion/libsvn_wc/adm_ops.c

Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_ops.c?rev=955549&r1=955548&r2=955549&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Thu Jun 17 10:58:08 2010
@@ -1768,12 +1768,9 @@ svn_wc_add4(svn_wc_context_t *wc_ctx,
     {
       if (! copyfrom_url)
         {
-          const char *new_relpath;
           const char *new_url;
 
           /* Derive the parent path for our new addition here. */
-          new_relpath = svn_relpath_join(parent_repos_relpath, base_name,
-                                         scratch_pool);
           new_url = svn_path_url_add_component2(repos_root_url, base_name,
                                                 scratch_pool);