2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 09:00:50 +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 Snapshot struct {
Nodes map[string]Node
treeID restic.ID
Nodes map[string]Node
}
type File struct {