Skip to content
Snippets Groups Projects
Commit 399a8403 authored by Augie Fackler's avatar Augie Fackler
Browse files

manifest: drop withflags() method, which is now unused

parent b5346480
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,6 @@
dict.__setitem__(self, k, v)
def flags(self, f):
return self._flags.get(f, "")
def withflags(self):
return set(self._flags.keys())
def setflag(self, f, flags):
"""Set the flags (symlink, executable) for path f."""
self._flags[f] = flags
......
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