Author: rhuijben
Date: Wed Mar 16 22:20:14 2011
New Revision: 1082325

URL: http://svn.apache.org/viewvc?rev=1082325&view=rev
Log:
* subversion/libsvn_wc/adm_crawler.c
  (report_revisions_and_depth): Following up on r1082320, remove code that
    should have been removed, but was still commented for testing.

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

Modified: subversion/trunk/subversion/libsvn_wc/adm_crawler.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_crawler.c?rev=1082325&r1=1082324&r2=1082325&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_crawler.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_crawler.c Wed Mar 16 22:20:14 2011
@@ -342,14 +342,7 @@ report_revisions_and_depths(svn_wc__db_t
     {
       const char *child = svn__apr_hash_index_key(hi);
       const char *this_path, *this_abspath;
-
-      //svn_wc__db_status_t this_status;
-      //svn_wc__db_kind_t this_kind;
-      //svn_revnum_t this_rev;
-      //svn_depth_t this_depth;
-      //svn_wc__db_lock_t *this_lock;
       svn_boolean_t this_switched = FALSE;
-      //svn_boolean_t this_file_external = FALSE;
       struct svn_wc__db_base_info_t *ths = svn__apr_hash_index_val(hi);
 
       /* Clear the iteration subpool here because the loop has a bunch
@@ -360,14 +353,6 @@ report_revisions_and_depths(svn_wc__db_t
       this_path = svn_dirent_join(dir_path, child, iterpool);
       this_abspath = svn_dirent_join(dir_abspath, child, iterpool);
 
-      //SVN_ERR(svn_wc__db_base_get_info(&this_status, &this_kind, &this_rev,
-      //                                 &this_repos_relpath,
-      //                                 &this_repos_root_url,
-      //                                 NULL, NULL, NULL, NULL, NULL,
-      //                                 &this_depth,
-      //                                 NULL, NULL, NULL, &this_lock, NULL,
-      //                                 db, this_abspath, iterpool, 
iterpool));
-
       /* First check for exclusion */
       if (ths->status == svn_wc__db_status_excluded)
         {


Reply via email to