mirror of
https://github.com/restic/restic.git
synced 2026-05-02 17:15:22 +00:00
Remove blob size cache from restic mount
This commit is contained in:
@@ -24,8 +24,6 @@ type dir struct {
|
||||
inode uint64
|
||||
parentInode uint64
|
||||
node *restic.Node
|
||||
|
||||
blobsize *BlobSizeCache
|
||||
}
|
||||
|
||||
func cleanupNodeName(name string) string {
|
||||
|
||||
Reference in New Issue
Block a user