restorer: Remove unused treeID struct member from test

This commit is contained in:
Michael Eischer 2020-03-06 23:48:22 +01:00
parent b22655367c
commit 9a1b3cb5d9
1 changed files with 1 additions and 2 deletions

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 {