Hi All,
Find the attached patch and log.
With regards
Kamesh Jayachandran
[[[
Remove unused variables.
* subversion/libsvn_ra_serf/replay.c
(svn_ra_serf__replay):
Remove the unused variables 'peg_rev' and 'props'.
Patch by: Kamesh Jayachandran <kamesh@collab.net>
]]]
Index: subversion/libsvn_ra_serf/replay.c
===================================================================
--- subversion/libsvn_ra_serf/replay.c (revision 22347)
+++ subversion/libsvn_ra_serf/replay.c (working copy)
@@ -519,8 +519,6 @@
svn_ra_serf__handler_t *handler;
svn_ra_serf__xml_parser_t *parser_ctx;
serf_bucket_t *buckets, *tmp;
- apr_hash_t *props;
- svn_revnum_t peg_rev;
replay_ctx = apr_pcalloc(pool, sizeof(*replay_ctx));
replay_ctx->pool = pool;
@@ -563,8 +561,6 @@
session->bkt_alloc);
serf_bucket_aggregate_append(buckets, tmp);
- props = apr_hash_make(pool);
-
handler = apr_pcalloc(pool, sizeof(*handler));
handler->method = "REPORT";
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 19 17:09:35 2006