mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-06 11:40:31 +00:00
fuse: remove unneeded function definition
code only had 1 caller, so just inline it.
This commit is contained in:
parent
34eb475463
commit
d64ccff1c4
1 changed files with 0 additions and 2 deletions
|
@ -173,9 +173,7 @@ class FuseOperations(llfuse.Operations):
|
|||
if self.versions and not is_dir:
|
||||
parent = self.process_inner(name, parent)
|
||||
name = version_name(name, item)
|
||||
self.process_real_leaf(name, item, parent, prefix)
|
||||
|
||||
def process_real_leaf(self, name, item, parent, prefix):
|
||||
if 'source' in item and stat.S_ISREG(item.mode):
|
||||
inode = self._find_inode(item.source, prefix)
|
||||
item = self.cache.get(inode)
|
||||
|
|
Loading…
Add table
Reference in a new issue