Author: julianfoad
Date: Mon Oct 4 16:14:18 2010
New Revision: 1004307
URL: http://svn.apache.org/viewvc?rev=1004307&view=rev
Log:
* subversion/libsvn_wc/wc_db.c
(gather_children): Remove an empty #ifdef. A follow-up to r1004280.
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=1004307&r1=1004306&r2=1004307&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Mon Oct 4 16:14:18 2010
@@ -1283,8 +1283,6 @@ gather_children(const apr_array_header_t
svn_wc__db_pdh_t *pdh;
const char *local_relpath;
apr_hash_t *names_hash = apr_hash_make(scratch_pool);
-#ifndef SVN_WC__NODES_ONLY
-#endif
#ifdef SVN_WC__NODES
apr_hash_t *names_hash_1 = apr_hash_make(scratch_pool);
#endif