You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/01/27 22:57:48 UTC

svn commit: r1561870 - /subversion/trunk/subversion/libsvn_wc/node.c

Author: rhuijben
Date: Mon Jan 27 21:57:47 2014
New Revision: 1561870

URL: http://svn.apache.org/r1561870
Log:
* subversion/libsvn_wc/node.c
  (svn_wc__internal_get_repos_info): Remove unused variable.

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

Modified: subversion/trunk/subversion/libsvn_wc/node.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/node.c?rev=1561870&r1=1561869&r2=1561870&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/node.c (original)
+++ subversion/trunk/subversion/libsvn_wc/node.c Mon Jan 27 21:57:47 2014
@@ -220,12 +220,9 @@ svn_wc__internal_get_repos_info(svn_revn
     }
   else /* added, or WORKING incomplete */
     {
-      const char *op_root_abspath = NULL;
-
       /* We have an addition. scan_addition() will find the intended
          repository location by scanning up the tree.  */
-      SVN_ERR(svn_wc__db_scan_addition(NULL, repos_relpath
-                                                    ? &op_root_abspath : NULL,
+      SVN_ERR(svn_wc__db_scan_addition(NULL,  NULL,
                                        repos_relpath, repos_root_url,
                                        repos_uuid, NULL, NULL, NULL, NULL,
                                        db, local_abspath,