mercurial/context.py
changeset 21680 a9d5f67c7a6e
parent 21679 e7affa380463
child 21681 96025d1e184f
--- a/mercurial/context.py	Thu Aug 15 15:12:54 2013 -0500
+++ b/mercurial/context.py	Thu Aug 15 15:13:14 2013 -0500
@@ -1578,8 +1578,6 @@
             self._text = editor(self._repo, self, [])
             self._repo.savecommitmessage(self._text)
 
-    def deleted(self):
-        return self._status[3]
     def unknown(self):
         return self._status[4]
     def ignored(self):