Author: rhuijben
Date: Thu Jan 24 23:33:21 2013
New Revision: 1438265
URL: http://svn.apache.org/viewvc?rev=1438265&view=rev
Log:
* subversion/libsvn_diff/diff_tree.c
Remove C++ style comment that breaks on the buildbot.
Modified:
subversion/trunk/subversion/libsvn_diff/diff_tree.c
Modified: subversion/trunk/subversion/libsvn_diff/diff_tree.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/diff_tree.c?rev=1438265&r1=1438264&r2=1438265&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/diff_tree.c (original)
+++ subversion/trunk/subversion/libsvn_diff/diff_tree.c Thu Jan 24 23:33:21 2013
@@ -223,8 +223,6 @@ svn_diff__tree_processor_create(void *ba
return &wrapper->tp;
}
-//////////////
-
struct reverse_tree_baton_t
{
svn_diff_tree_processor_t *processor;