Author: julianfoad Date: Tue May 3 15:16:31 2011 New Revision: 1099091 URL: http://svn.apache.org/viewvc?rev=1099091&view=rev Log: * subversion/libsvn_wc/node.c (walker_helper): Remove an obsolete comment referring to how the list of children used to include a 'this dir' entry.
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=1099091&r1=1099090&r2=1099091&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_wc/node.c (original) +++ subversion/trunk/subversion/libsvn_wc/node.c Tue May 3 15:16:31 2011 @@ -645,8 +645,7 @@ walker_helper(svn_wc__db_t *db, break; } - /* Return the child, if appropriate. (For a directory, - * this is the first visit: as a child.) */ + /* Return the child, if appropriate. */ if ( (child_kind == svn_wc__db_kind_file || depth >= svn_depth_immediates) && svn_wc__internal_changelist_match(db, child_abspath,