mercurial/repository.py
changeset 39234 3682b49e0213
parent 39232 0a5b20c107a6
child 39235 43387fd2aa1f
--- a/mercurial/repository.py	Thu Aug 09 19:30:36 2018 -0700
+++ b/mercurial/repository.py	Thu Aug 09 19:27:54 2018 -0700
@@ -552,9 +552,6 @@
     def deltaparent(rev):
         """"Return the revision that is a suitable parent to delta against."""
 
-    def candelta(baserev, rev):
-        """"Whether a delta can be generated between two revisions."""
-
 class ifiledata(interfaceutil.Interface):
     """Storage interface for data storage of a specific file.