[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] remove unused variables from libsvn_ra_serf/replay.c

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-11-19 17:09:00 CET

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

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.