mercurial/repository.py
changeset 39844 0cb3e02e1d1b
parent 39843 68282a7b29a7
child 39850 d89d5bc06eaa
--- a/mercurial/repository.py	Wed Sep 19 11:20:02 2018 -0700
+++ b/mercurial/repository.py	Wed Sep 19 11:22:56 2018 -0700
@@ -751,12 +751,6 @@
         be a better API for that.
         """
 
-    def checksize():
-        """Obtain the expected sizes of backing files.
-
-        TODO this is used by verify and it should not be part of the interface.
-        """
-
     def verifyintegrity(state):
         """Verifies the integrity of file storage.