mercurial/pure/parsers.py
changeset 48157 b45c4dc65adc
parent 48156 d342815ff827
child 48158 da304f78a0e1
--- a/mercurial/pure/parsers.py	Fri Oct 01 09:15:03 2021 +0200
+++ b/mercurial/pure/parsers.py	Fri Oct 01 09:16:53 2021 +0200
@@ -109,14 +109,6 @@
             self._mtime = parentfiledata[2]
 
     @classmethod
-    def new_added(cls):
-        """constructor to help legacy API to build a new "added" item
-
-        Should eventually be removed
-        """
-        return cls(wc_tracked=True)
-
-    @classmethod
     def new_from_p2(cls):
         """constructor to help legacy API to build a new "from_p2" item