mirror of
https://github.com/restic/restic.git
synced 2025-08-14 02:49:23 +00:00
Remove backend.Tree
This commit is contained in:
@@ -6,7 +6,6 @@ import "os"
|
||||
var Paths = struct {
|
||||
Data string
|
||||
Snapshots string
|
||||
Trees string
|
||||
Index string
|
||||
Locks string
|
||||
Keys string
|
||||
@@ -16,7 +15,6 @@ var Paths = struct {
|
||||
}{
|
||||
"data",
|
||||
"snapshots",
|
||||
"trees",
|
||||
"index",
|
||||
"locks",
|
||||
"keys",
|
||||
|
Reference in New Issue
Block a user