On Fri, May 20, 2011 at 07:31, <i...@apache.org> wrote: >... > +++ subversion/trunk/subversion/libsvn_ra_neon/fetch.c Fri May 20 11:31:42 > 2011 > @@ -796,7 +796,6 @@ svn_error_t *svn_ra_neon__get_dir(svn_ra > apr_hash_t *resources; > const char *final_url; > apr_size_t final_url_n_components; > - svn_boolean_t supports_deadprop_count; > svn_ra_neon__session_t *ras = session->priv; > const svn_string_t *deadprop_count;
Shouldn't this string move inside the block, too? >... Cheers, -g