You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2011/04/01 22:55:53 UTC

svn commit: r1087892 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: pburba
Date: Fri Apr  1 20:55:53 2011
New Revision: 1087892

URL: http://svn.apache.org/viewvc?rev=1087892&view=rev
Log:
Follow-up to r1087881's removal of libsvn_client/merge.c's last node walker.

* subversion/libsvn_wc/wc_db.c

  (svn_wc__db_get_absent_subtrees): Remove an unnecessary read_info().

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1087892&r1=1087891&r2=1087892&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Fri Apr  1 20:55:53 2011
@@ -10010,7 +10010,6 @@ svn_wc__db_get_absent_subtrees(apr_hash_
   svn_wc__db_wcroot_t *wcroot;
   const char *local_relpath;
   svn_sqlite__stmt_t *stmt;
-  const char *wcroot_repos_relpath;
   svn_boolean_t have_row;
 
   SVN_ERR_ASSERT(svn_dirent_is_absolute(local_abspath));
@@ -10018,11 +10017,6 @@ svn_wc__db_get_absent_subtrees(apr_hash_
                                                 db, local_abspath,
                                                 scratch_pool, scratch_pool));
   VERIFY_USABLE_WCROOT(wcroot);
-
-  SVN_ERR(read_info(NULL, NULL, NULL, &wcroot_repos_relpath, NULL,
-                    NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
-                    NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
-                    wcroot, "", scratch_pool, scratch_pool));
   SVN_ERR(svn_sqlite__get_statement(&stmt, wcroot->sdb,
                                     STMT_SELECT_ALL_ABSENT_NODES));
   SVN_ERR(svn_sqlite__bindf(stmt, "iss",