Remove blob size cache from restic mount

This commit is contained in:
greatroar
2020-06-14 12:49:39 +02:00
parent 5d8d70542f
commit 07da61baee
6 changed files with 16 additions and 62 deletions
-2
View File
@@ -24,8 +24,6 @@ type dir struct {
inode uint64
parentInode uint64
node *restic.Node
blobsize *BlobSizeCache
}
func cleanupNodeName(name string) string {