revlog: delete obsolete comment

The comment seems to refer to code that was deleted in a46638c640d8
(revlog.addgroup(): always use _addrevision() to add new revlog
entries, 2010-10-08).
This commit is contained in:
Martin von Zweigbergk 2017-06-15 13:25:41 -07:00
parent f0c7377259
commit 12dbf027df

View File

@ -1854,7 +1854,6 @@ class revlog(object):
this revlog and the node that was added.
"""
# track the base of the current delta log
content = []
r = len(self)