Remove obsolete method _write_index

This commit is contained in:
Jarno Seppänen 2014-05-14 22:39:35 +03:00
parent f0c108411b
commit 079dcec131
1 changed files with 0 additions and 3 deletions

View File

@ -156,9 +156,6 @@ class GpgFs(LoggingMixIn, Operations):
self.fd = 0
self._clear_write_cache()
def _write_index(self):
write_index(self.store, self.index_path, self.root)
def _find(self, path, parent=False):
assert path.startswith('/')
if path == '/':