Author: julianfoad
Date: Tue Apr 3 08:53:45 2012
New Revision: 1308760
URL: http://svn.apache.org/viewvc?rev=1308760&view=rev
Log:
* subversion/libsvn_client/merge.c
(merge_source_t): Remove obsolete comments. A follow-up to r1306211.
Modified:
subversion/trunk/subversion/libsvn_client/merge.c
Modified: subversion/trunk/subversion/libsvn_client/merge.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=1308760&r1=1308759&r2=1308760&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/merge.c (original)
+++ subversion/trunk/subversion/libsvn_client/merge.c Tue Apr 3 08:53:45 2012
@@ -171,11 +171,9 @@ typedef struct repo_location_t
typedef struct merge_source_t
{
/* "left" side URL and revision (inclusive iff youngest) */
- /* The "repos_*" fields are not currently initialized or used. */
const repo_location_t *loc1;
/* "right" side URL and revision (inclusive iff youngest) */
- /* The "repos_*" fields are not currently initialized or used. */
const repo_location_t *loc2;
} merge_source_t;