Skip to content
Snippets Groups Projects
Commit a1e47539 authored by Sean Farley's avatar Sean Farley
Browse files

overlay: remove method that apparenetly was never called

This method had a syntax error that would have caused a crash.
parent 1959fd51
No related branches found
No related tags found
No related merge requests found
......@@ -37,11 +37,6 @@
def iterkeys(self):
return iter(self.keys())
def flags(self, path):
self.load()
return hgflag(self._flags[path])
def load(self):
if self._map is not None:
return
......
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