2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-10 04:42:21 +00:00

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

View File

@ -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 {