mercurial/pure/parsers.py
changeset 48173 20e41b367953
parent 48172 898de425bcd6
child 48174 79ebbe19d9e3
--- a/mercurial/pure/parsers.py	Fri Oct 01 09:24:48 2021 +0200
+++ b/mercurial/pure/parsers.py	Fri Oct 01 09:25:13 2021 +0200
@@ -109,14 +109,6 @@
             self._mtime = parentfiledata[2]
 
     @classmethod
-    def new_possibly_dirty(cls):
-        """constructor to help legacy API to build a new "possibly_dirty" item
-
-        Should eventually be removed
-        """
-        return cls(wc_tracked=True, p1_tracked=True)
-
-    @classmethod
     def new_normal(cls, mode, size, mtime):
         """constructor to help legacy API to build a new "normal" item