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

[PATCH] [merge-tracking] remove the unused variable(resulted out of refactoring at r21321)

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-09-01 11:56:28 CEST

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>

  Remove the unused variable resulted out of
  'combining of lastrange and some range' refactoring at r21321.

* subversion/libsvn_subr/mergeinfo.c
  (svn_rangelist_merge):
   removing the unused variable.
]]]

Index: subversion/libsvn_subr/mergeinfo.c
===================================================================
--- subversion/libsvn_subr/mergeinfo.c (revision 21323)
+++ subversion/libsvn_subr/mergeinfo.c (working copy)
@@ -269,7 +269,6 @@
 {
   int i, j;
   svn_merge_range_t *lastrange = NULL;
- svn_merge_range_t *newrange;
 
   *output = apr_array_make(pool, 1, sizeof(svn_merge_range_t *));
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 1 11:56:36 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.