mercurial/revlog.py
changeset 19717 6031fe568cd0
parent 19716 e17976978ee4
child 19776 a9e92b11a3f2
--- a/mercurial/revlog.py	Fri Sep 06 23:05:11 2013 -0700
+++ b/mercurial/revlog.py	Fri Sep 06 23:05:33 2013 -0700
@@ -883,9 +883,6 @@
 
         return l
 
-    def _chunkbase(self, rev):
-        return self._chunk(rev)
-
     def _chunkclear(self):
         self._chunkcache = (0, '')