restorer: Remove unused treeID struct member from test

This commit is contained in:
Michael Eischer
2020-09-05 10:07:16 +02:00
parent b22655367c
commit 9a1b3cb5d9
+1 -2
View File
@@ -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 {