mirror of
https://github.com/restic/restic.git
synced 2025-08-12 08:37:40 +00:00
restorer: Remove unused treeID struct member from test
This commit is contained in:
@@ -20,7 +20,6 @@ type Node interface{}
|
||||
|
||||
type Snapshot struct {
|
||||
Nodes map[string]Node
|
||||
treeID restic.ID
|
||||
}
|
||||
|
||||
type File struct {
|
||||
|
Reference in New Issue
Block a user