Skip to content
Snippets Groups Projects
Commit ed01fa8c authored by Matt Mackall's avatar Matt Mackall
Browse files

dirstate: remove unused folding function

parent d3691d31
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment