Remove obsolete method _write_index
This commit is contained in:
parent
f0c108411b
commit
079dcec131
3
gpgfs.py
3
gpgfs.py
|
@ -156,9 +156,6 @@ class GpgFs(LoggingMixIn, Operations):
|
||||||
self.fd = 0
|
self.fd = 0
|
||||||
self._clear_write_cache()
|
self._clear_write_cache()
|
||||||
|
|
||||||
def _write_index(self):
|
|
||||||
write_index(self.store, self.index_path, self.root)
|
|
||||||
|
|
||||||
def _find(self, path, parent=False):
|
def _find(self, path, parent=False):
|
||||||
assert path.startswith('/')
|
assert path.startswith('/')
|
||||||
if path == '/':
|
if path == '/':
|
||||||
|
|
Loading…
Reference in New Issue