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:
@@ -19,8 +19,7 @@ import (
|
|||||||
type Node interface{}
|
type Node interface{}
|
||||||
|
|
||||||
type Snapshot struct {
|
type Snapshot struct {
|
||||||
Nodes map[string]Node
|
Nodes map[string]Node
|
||||||
treeID restic.ID
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type File struct {
|
type File struct {
|
||||||
|
Reference in New Issue
Block a user