mercurial/dirstate.py
changeset 6745 ed01fa8ceaa6
parent 6743 86e8187b721a
child 6746 1dca460e7d1e
--- a/mercurial/dirstate.py	Thu Jun 26 13:52:16 2008 -0500
+++ b/mercurial/dirstate.py	Thu Jun 26 13:58:22 2008 -0500
@@ -91,9 +91,6 @@
     def _join(self, f):
         return os.path.join(self._root, f)
 
-    def folding(self):
-        return self._folding
-
     def flagfunc(self, fallback):
         if self._checklink:
             if self._checkexec: