Remove backend.Tree
This commit is contained in:
parent
29ead95c96
commit
ec108fb708
7 changed files with 8 additions and 31 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue