Remove backend.Tree

This commit is contained in:
Alexander Neumann 2015-04-29 22:30:00 +02:00
parent 29ead95c96
commit ec108fb708
7 changed files with 8 additions and 31 deletions

View file

@ -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",