A do-nothing loop?
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-10-10 20:30:00 CEST
It looks like the "for" loop in this code is just wasting time. Am I right?
subversion/libsvn_client/prop_commands.c:
svn_error_t *
[...]
/* The actual RA call. */
for (hi = apr_hash_first (pool, proplist); hi; hi = apr_hash_next (hi))
apr_hash_this (hi, &key, &klen, &val);
*props = proplist;
- Julian
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.