mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
restorer: Remove unused treeID struct member from test
This commit is contained in:
parent
b22655367c
commit
9a1b3cb5d9
@ -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 New Issue
Block a user