obsstore: drop outdated comment
authorPierre-Yves David <pierre-yves.david@fb.com>
Tue, 19 Aug 2014 16:46:17 -0700
changeset 22268 ca2e9cf77033
parent 22267 90cf454edd70
child 22269 03cc81a28228
obsstore: drop outdated comment This comment was associated with a now-defunct line.
mercurial/obsolete.py
--- a/mercurial/obsolete.py	Thu Aug 21 10:07:30 2014 -0400
+++ b/mercurial/obsolete.py	Tue Aug 19 16:46:17 2014 -0700
@@ -280,7 +280,6 @@
         # caches for various obsolescence related cache
         self.caches = {}
         self._all = []
-        # new markers to serialize
         self.precursors = {}
         self.successors = {}
         self.sopener = sopener