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

[PATCH] Remove redundant comment line

From: Noorul Islam K M <noorul_at_collab.net>
Date: Tue, 07 Jun 2011 15:24:46 +0530

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;
 }
Received on 2011-06-07 11:56:57 CEST

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.