While reading code I found this unnecessary comment.
Log
[[[
* subversion/libsvn_wc/info.c
(build_info_for_entry): Remove redundant comment line.
]]]
Thanks and Regards
Noorul
Index: subversion/libsvn_wc/info.c
===================================================================
--- subversion/libsvn_wc/info.c (revision 1132868)
+++ subversion/libsvn_wc/info.c (working copy)
@@ -244,8 +244,6 @@
tmpinfo->lock->creation_date = lock->date;
}
- /* ### Temporary hacks to keep our test suite happy: */
-
*info = tmpinfo;
return SVN_NO_ERROR;
}