forked from TrueCloudLab/restic
restorer: Remove unused treeID struct member from test
This commit is contained in:
parent
b22655367c
commit
9a1b3cb5d9
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ import (
|
|||
type Node interface{}
|
||||
|
||||
type Snapshot struct {
|
||||
Nodes map[string]Node
|
||||
treeID restic.ID
|
||||
Nodes map[string]Node
|
||||
}
|
||||
|
||||
type File struct {
|
||||
|
|
Loading…
Reference in a new issue